You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynatrace/api/builtin/logmonitoring/timestampconfiguration/settings/settings.go
+21-11
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,15 @@ import (
23
23
)
24
24
25
25
typeSettingsstruct {
26
-
Config_item_titlestring`json:"config-item-title"`// Name
27
-
Date_search_limit*int`json:"date-search-limit,omitempty"`// (v1.275) Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
Enabledbool`json:"enabled"`// This setting is enabled (`true`) or disabled (`false`)
30
-
MatchersMatchers`json:"matchers,omitempty"`
31
-
Scope*string`json:"-" scope:"scope"`// The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
32
-
Timezonestring`json:"timezone"`// Timezone
33
-
InsertAfterstring`json:"-"`
26
+
Config_item_titlestring`json:"config-item-title"`// Name
27
+
Date_search_limit*int`json:"date-search-limit,omitempty"`// Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
Enabledbool`json:"enabled"`// This setting is enabled (`true`) or disabled (`false`)
30
+
Entry_boundary*EntryBoundary`json:"entry-boundary,omitempty"`// Optional field. Enter a fragment of the line text that starts the entry. No support for wildcards - the text is treated literally.
31
+
MatchersMatchers`json:"matchers,omitempty"`
32
+
Scope*string`json:"-" scope:"scope"`// The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
Description: "(v1.275) Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.",
50
+
Description: "Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.",
0 commit comments