1. Packages
  2. Dynatrace
  3. API Docs
  4. LogOneagent
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.LogOneagent

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create LogOneagent Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LogOneagent(name: string, args: LogOneagentArgs, opts?: CustomResourceOptions);
    @overload
    def LogOneagent(resource_name: str,
                    args: LogOneagentArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def LogOneagent(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    min_binary_detection_limit_bytes: Optional[int] = None,
                    log_scanner_linux_nfs_enabled: Optional[bool] = None,
                    date_search_limit_bytes: Optional[int] = None,
                    default_timezone: Optional[str] = None,
                    container_timezone_heuristic_enabled: Optional[bool] = None,
                    iisdetection_enabled: Optional[bool] = None,
                    containers_logs_detection_enabled: Optional[bool] = None,
                    max_lgis_per_entity_count: Optional[int] = None,
                    event_log_query_timeout_sec: Optional[int] = None,
                    monitor_own_logs_enabled: Optional[bool] = None,
                    open_log_files_detection_enabled: Optional[bool] = None,
                    utcas_default_container_timezone: Optional[bool] = None,
                    severity_detection_limit_bytes: Optional[int] = None,
                    severity_detection_lines_limit: Optional[int] = None,
                    system_logs_detection_enabled: Optional[bool] = None,
                    scope: Optional[str] = None)
    func NewLogOneagent(ctx *Context, name string, args LogOneagentArgs, opts ...ResourceOption) (*LogOneagent, error)
    public LogOneagent(string name, LogOneagentArgs args, CustomResourceOptions? opts = null)
    public LogOneagent(String name, LogOneagentArgs args)
    public LogOneagent(String name, LogOneagentArgs args, CustomResourceOptions options)
    
    type: dynatrace:LogOneagent
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LogOneagentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LogOneagentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LogOneagentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LogOneagentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LogOneagentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var logOneagentResource = new Dynatrace.LogOneagent("logOneagentResource", new()
    {
        MinBinaryDetectionLimitBytes = 0,
        LogScannerLinuxNfsEnabled = false,
        DateSearchLimitBytes = 0,
        DefaultTimezone = "string",
        ContainerTimezoneHeuristicEnabled = false,
        IisdetectionEnabled = false,
        ContainersLogsDetectionEnabled = false,
        MaxLgisPerEntityCount = 0,
        EventLogQueryTimeoutSec = 0,
        MonitorOwnLogsEnabled = false,
        OpenLogFilesDetectionEnabled = false,
        UtcasDefaultContainerTimezone = false,
        SeverityDetectionLimitBytes = 0,
        SeverityDetectionLinesLimit = 0,
        SystemLogsDetectionEnabled = false,
        Scope = "string",
    });
    
    example, err := dynatrace.NewLogOneagent(ctx, "logOneagentResource", &dynatrace.LogOneagentArgs{
    	MinBinaryDetectionLimitBytes:      pulumi.Int(0),
    	LogScannerLinuxNfsEnabled:         pulumi.Bool(false),
    	DateSearchLimitBytes:              pulumi.Int(0),
    	DefaultTimezone:                   pulumi.String("string"),
    	ContainerTimezoneHeuristicEnabled: pulumi.Bool(false),
    	IisdetectionEnabled:               pulumi.Bool(false),
    	ContainersLogsDetectionEnabled:    pulumi.Bool(false),
    	MaxLgisPerEntityCount:             pulumi.Int(0),
    	EventLogQueryTimeoutSec:           pulumi.Int(0),
    	MonitorOwnLogsEnabled:             pulumi.Bool(false),
    	OpenLogFilesDetectionEnabled:      pulumi.Bool(false),
    	UtcasDefaultContainerTimezone:     pulumi.Bool(false),
    	SeverityDetectionLimitBytes:       pulumi.Int(0),
    	SeverityDetectionLinesLimit:       pulumi.Int(0),
    	SystemLogsDetectionEnabled:        pulumi.Bool(false),
    	Scope:                             pulumi.String("string"),
    })
    
    var logOneagentResource = new LogOneagent("logOneagentResource", LogOneagentArgs.builder()        
        .minBinaryDetectionLimitBytes(0)
        .logScannerLinuxNfsEnabled(false)
        .dateSearchLimitBytes(0)
        .defaultTimezone("string")
        .containerTimezoneHeuristicEnabled(false)
        .iisdetectionEnabled(false)
        .containersLogsDetectionEnabled(false)
        .maxLgisPerEntityCount(0)
        .eventLogQueryTimeoutSec(0)
        .monitorOwnLogsEnabled(false)
        .openLogFilesDetectionEnabled(false)
        .utcasDefaultContainerTimezone(false)
        .severityDetectionLimitBytes(0)
        .severityDetectionLinesLimit(0)
        .systemLogsDetectionEnabled(false)
        .scope("string")
        .build());
    
    log_oneagent_resource = dynatrace.LogOneagent("logOneagentResource",
        min_binary_detection_limit_bytes=0,
        log_scanner_linux_nfs_enabled=False,
        date_search_limit_bytes=0,
        default_timezone="string",
        container_timezone_heuristic_enabled=False,
        iisdetection_enabled=False,
        containers_logs_detection_enabled=False,
        max_lgis_per_entity_count=0,
        event_log_query_timeout_sec=0,
        monitor_own_logs_enabled=False,
        open_log_files_detection_enabled=False,
        utcas_default_container_timezone=False,
        severity_detection_limit_bytes=0,
        severity_detection_lines_limit=0,
        system_logs_detection_enabled=False,
        scope="string")
    
    const logOneagentResource = new dynatrace.LogOneagent("logOneagentResource", {
        minBinaryDetectionLimitBytes: 0,
        logScannerLinuxNfsEnabled: false,
        dateSearchLimitBytes: 0,
        defaultTimezone: "string",
        containerTimezoneHeuristicEnabled: false,
        iisdetectionEnabled: false,
        containersLogsDetectionEnabled: false,
        maxLgisPerEntityCount: 0,
        eventLogQueryTimeoutSec: 0,
        monitorOwnLogsEnabled: false,
        openLogFilesDetectionEnabled: false,
        utcasDefaultContainerTimezone: false,
        severityDetectionLimitBytes: 0,
        severityDetectionLinesLimit: 0,
        systemLogsDetectionEnabled: false,
        scope: "string",
    });
    
    type: dynatrace:LogOneagent
    properties:
        containerTimezoneHeuristicEnabled: false
        containersLogsDetectionEnabled: false
        dateSearchLimitBytes: 0
        defaultTimezone: string
        eventLogQueryTimeoutSec: 0
        iisdetectionEnabled: false
        logScannerLinuxNfsEnabled: false
        maxLgisPerEntityCount: 0
        minBinaryDetectionLimitBytes: 0
        monitorOwnLogsEnabled: false
        openLogFilesDetectionEnabled: false
        scope: string
        severityDetectionLimitBytes: 0
        severityDetectionLinesLimit: 0
        systemLogsDetectionEnabled: false
        utcasDefaultContainerTimezone: false
    

    LogOneagent Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The LogOneagent resource accepts the following input properties:

    ContainerTimezoneHeuristicEnabled bool
    Detect container time zones
    ContainersLogsDetectionEnabled bool
    Detect logs inside containers
    DateSearchLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    DefaultTimezone string
    Default timezone for agent if more specific configurations is not defined.
    EventLogQueryTimeoutSec int
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    IisdetectionEnabled bool
    Detect IIS logs
    LogScannerLinuxNfsEnabled bool
    Detect logs on Network File Systems (NFS)
    MaxLgisPerEntityCount int
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    MinBinaryDetectionLimitBytes int
    Defines the minimum number of bytes in log file required for binary detection.
    MonitorOwnLogsEnabled bool
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    OpenLogFilesDetectionEnabled bool
    Detect open log files
    SeverityDetectionLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    SeverityDetectionLinesLimit int
    Defines the number of the first lines of every log entry where severity is searched.
    SystemLogsDetectionEnabled bool
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    UtcasDefaultContainerTimezone bool
    Deprecated for OneAgent 1.247+
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    ContainerTimezoneHeuristicEnabled bool
    Detect container time zones
    ContainersLogsDetectionEnabled bool
    Detect logs inside containers
    DateSearchLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    DefaultTimezone string
    Default timezone for agent if more specific configurations is not defined.
    EventLogQueryTimeoutSec int
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    IisdetectionEnabled bool
    Detect IIS logs
    LogScannerLinuxNfsEnabled bool
    Detect logs on Network File Systems (NFS)
    MaxLgisPerEntityCount int
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    MinBinaryDetectionLimitBytes int
    Defines the minimum number of bytes in log file required for binary detection.
    MonitorOwnLogsEnabled bool
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    OpenLogFilesDetectionEnabled bool
    Detect open log files
    SeverityDetectionLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    SeverityDetectionLinesLimit int
    Defines the number of the first lines of every log entry where severity is searched.
    SystemLogsDetectionEnabled bool
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    UtcasDefaultContainerTimezone bool
    Deprecated for OneAgent 1.247+
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    containerTimezoneHeuristicEnabled Boolean
    Detect container time zones
    containersLogsDetectionEnabled Boolean
    Detect logs inside containers
    dateSearchLimitBytes Integer
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    defaultTimezone String
    Default timezone for agent if more specific configurations is not defined.
    eventLogQueryTimeoutSec Integer
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetectionEnabled Boolean
    Detect IIS logs
    logScannerLinuxNfsEnabled Boolean
    Detect logs on Network File Systems (NFS)
    maxLgisPerEntityCount Integer
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    minBinaryDetectionLimitBytes Integer
    Defines the minimum number of bytes in log file required for binary detection.
    monitorOwnLogsEnabled Boolean
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    openLogFilesDetectionEnabled Boolean
    Detect open log files
    severityDetectionLimitBytes Integer
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severityDetectionLinesLimit Integer
    Defines the number of the first lines of every log entry where severity is searched.
    systemLogsDetectionEnabled Boolean
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcasDefaultContainerTimezone Boolean
    Deprecated for OneAgent 1.247+
    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    containerTimezoneHeuristicEnabled boolean
    Detect container time zones
    containersLogsDetectionEnabled boolean
    Detect logs inside containers
    dateSearchLimitBytes number
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    defaultTimezone string
    Default timezone for agent if more specific configurations is not defined.
    eventLogQueryTimeoutSec number
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetectionEnabled boolean
    Detect IIS logs
    logScannerLinuxNfsEnabled boolean
    Detect logs on Network File Systems (NFS)
    maxLgisPerEntityCount number
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    minBinaryDetectionLimitBytes number
    Defines the minimum number of bytes in log file required for binary detection.
    monitorOwnLogsEnabled boolean
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    openLogFilesDetectionEnabled boolean
    Detect open log files
    severityDetectionLimitBytes number
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severityDetectionLinesLimit number
    Defines the number of the first lines of every log entry where severity is searched.
    systemLogsDetectionEnabled boolean
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcasDefaultContainerTimezone boolean
    Deprecated for OneAgent 1.247+
    scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    container_timezone_heuristic_enabled bool
    Detect container time zones
    containers_logs_detection_enabled bool
    Detect logs inside containers
    date_search_limit_bytes int
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    default_timezone str
    Default timezone for agent if more specific configurations is not defined.
    event_log_query_timeout_sec int
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetection_enabled bool
    Detect IIS logs
    log_scanner_linux_nfs_enabled bool
    Detect logs on Network File Systems (NFS)
    max_lgis_per_entity_count int
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    min_binary_detection_limit_bytes int
    Defines the minimum number of bytes in log file required for binary detection.
    monitor_own_logs_enabled bool
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    open_log_files_detection_enabled bool
    Detect open log files
    severity_detection_limit_bytes int
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severity_detection_lines_limit int
    Defines the number of the first lines of every log entry where severity is searched.
    system_logs_detection_enabled bool
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcas_default_container_timezone bool
    Deprecated for OneAgent 1.247+
    scope str
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    containerTimezoneHeuristicEnabled Boolean
    Detect container time zones
    containersLogsDetectionEnabled Boolean
    Detect logs inside containers
    dateSearchLimitBytes Number
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    defaultTimezone String
    Default timezone for agent if more specific configurations is not defined.
    eventLogQueryTimeoutSec Number
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetectionEnabled Boolean
    Detect IIS logs
    logScannerLinuxNfsEnabled Boolean
    Detect logs on Network File Systems (NFS)
    maxLgisPerEntityCount Number
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    minBinaryDetectionLimitBytes Number
    Defines the minimum number of bytes in log file required for binary detection.
    monitorOwnLogsEnabled Boolean
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    openLogFilesDetectionEnabled Boolean
    Detect open log files
    severityDetectionLimitBytes Number
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severityDetectionLinesLimit Number
    Defines the number of the first lines of every log entry where severity is searched.
    systemLogsDetectionEnabled Boolean
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcasDefaultContainerTimezone Boolean
    Deprecated for OneAgent 1.247+
    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LogOneagent resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing LogOneagent Resource

    Get an existing LogOneagent resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: LogOneagentState, opts?: CustomResourceOptions): LogOneagent
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            container_timezone_heuristic_enabled: Optional[bool] = None,
            containers_logs_detection_enabled: Optional[bool] = None,
            date_search_limit_bytes: Optional[int] = None,
            default_timezone: Optional[str] = None,
            event_log_query_timeout_sec: Optional[int] = None,
            iisdetection_enabled: Optional[bool] = None,
            log_scanner_linux_nfs_enabled: Optional[bool] = None,
            max_lgis_per_entity_count: Optional[int] = None,
            min_binary_detection_limit_bytes: Optional[int] = None,
            monitor_own_logs_enabled: Optional[bool] = None,
            open_log_files_detection_enabled: Optional[bool] = None,
            scope: Optional[str] = None,
            severity_detection_limit_bytes: Optional[int] = None,
            severity_detection_lines_limit: Optional[int] = None,
            system_logs_detection_enabled: Optional[bool] = None,
            utcas_default_container_timezone: Optional[bool] = None) -> LogOneagent
    func GetLogOneagent(ctx *Context, name string, id IDInput, state *LogOneagentState, opts ...ResourceOption) (*LogOneagent, error)
    public static LogOneagent Get(string name, Input<string> id, LogOneagentState? state, CustomResourceOptions? opts = null)
    public static LogOneagent get(String name, Output<String> id, LogOneagentState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ContainerTimezoneHeuristicEnabled bool
    Detect container time zones
    ContainersLogsDetectionEnabled bool
    Detect logs inside containers
    DateSearchLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    DefaultTimezone string
    Default timezone for agent if more specific configurations is not defined.
    EventLogQueryTimeoutSec int
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    IisdetectionEnabled bool
    Detect IIS logs
    LogScannerLinuxNfsEnabled bool
    Detect logs on Network File Systems (NFS)
    MaxLgisPerEntityCount int
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    MinBinaryDetectionLimitBytes int
    Defines the minimum number of bytes in log file required for binary detection.
    MonitorOwnLogsEnabled bool
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    OpenLogFilesDetectionEnabled bool
    Detect open log files
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    SeverityDetectionLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    SeverityDetectionLinesLimit int
    Defines the number of the first lines of every log entry where severity is searched.
    SystemLogsDetectionEnabled bool
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    UtcasDefaultContainerTimezone bool
    Deprecated for OneAgent 1.247+
    ContainerTimezoneHeuristicEnabled bool
    Detect container time zones
    ContainersLogsDetectionEnabled bool
    Detect logs inside containers
    DateSearchLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    DefaultTimezone string
    Default timezone for agent if more specific configurations is not defined.
    EventLogQueryTimeoutSec int
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    IisdetectionEnabled bool
    Detect IIS logs
    LogScannerLinuxNfsEnabled bool
    Detect logs on Network File Systems (NFS)
    MaxLgisPerEntityCount int
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    MinBinaryDetectionLimitBytes int
    Defines the minimum number of bytes in log file required for binary detection.
    MonitorOwnLogsEnabled bool
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    OpenLogFilesDetectionEnabled bool
    Detect open log files
    Scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    SeverityDetectionLimitBytes int
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    SeverityDetectionLinesLimit int
    Defines the number of the first lines of every log entry where severity is searched.
    SystemLogsDetectionEnabled bool
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    UtcasDefaultContainerTimezone bool
    Deprecated for OneAgent 1.247+
    containerTimezoneHeuristicEnabled Boolean
    Detect container time zones
    containersLogsDetectionEnabled Boolean
    Detect logs inside containers
    dateSearchLimitBytes Integer
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    defaultTimezone String
    Default timezone for agent if more specific configurations is not defined.
    eventLogQueryTimeoutSec Integer
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetectionEnabled Boolean
    Detect IIS logs
    logScannerLinuxNfsEnabled Boolean
    Detect logs on Network File Systems (NFS)
    maxLgisPerEntityCount Integer
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    minBinaryDetectionLimitBytes Integer
    Defines the minimum number of bytes in log file required for binary detection.
    monitorOwnLogsEnabled Boolean
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    openLogFilesDetectionEnabled Boolean
    Detect open log files
    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    severityDetectionLimitBytes Integer
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severityDetectionLinesLimit Integer
    Defines the number of the first lines of every log entry where severity is searched.
    systemLogsDetectionEnabled Boolean
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcasDefaultContainerTimezone Boolean
    Deprecated for OneAgent 1.247+
    containerTimezoneHeuristicEnabled boolean
    Detect container time zones
    containersLogsDetectionEnabled boolean
    Detect logs inside containers
    dateSearchLimitBytes number
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    defaultTimezone string
    Default timezone for agent if more specific configurations is not defined.
    eventLogQueryTimeoutSec number
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetectionEnabled boolean
    Detect IIS logs
    logScannerLinuxNfsEnabled boolean
    Detect logs on Network File Systems (NFS)
    maxLgisPerEntityCount number
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    minBinaryDetectionLimitBytes number
    Defines the minimum number of bytes in log file required for binary detection.
    monitorOwnLogsEnabled boolean
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    openLogFilesDetectionEnabled boolean
    Detect open log files
    scope string
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    severityDetectionLimitBytes number
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severityDetectionLinesLimit number
    Defines the number of the first lines of every log entry where severity is searched.
    systemLogsDetectionEnabled boolean
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcasDefaultContainerTimezone boolean
    Deprecated for OneAgent 1.247+
    container_timezone_heuristic_enabled bool
    Detect container time zones
    containers_logs_detection_enabled bool
    Detect logs inside containers
    date_search_limit_bytes int
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    default_timezone str
    Default timezone for agent if more specific configurations is not defined.
    event_log_query_timeout_sec int
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetection_enabled bool
    Detect IIS logs
    log_scanner_linux_nfs_enabled bool
    Detect logs on Network File Systems (NFS)
    max_lgis_per_entity_count int
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    min_binary_detection_limit_bytes int
    Defines the minimum number of bytes in log file required for binary detection.
    monitor_own_logs_enabled bool
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    open_log_files_detection_enabled bool
    Detect open log files
    scope str
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    severity_detection_limit_bytes int
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severity_detection_lines_limit int
    Defines the number of the first lines of every log entry where severity is searched.
    system_logs_detection_enabled bool
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcas_default_container_timezone bool
    Deprecated for OneAgent 1.247+
    containerTimezoneHeuristicEnabled Boolean
    Detect container time zones
    containersLogsDetectionEnabled Boolean
    Detect logs inside containers
    dateSearchLimitBytes Number
    Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
    defaultTimezone String
    Default timezone for agent if more specific configurations is not defined.
    eventLogQueryTimeoutSec Number
    Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
    iisdetectionEnabled Boolean
    Detect IIS logs
    logScannerLinuxNfsEnabled Boolean
    Detect logs on Network File Systems (NFS)
    maxLgisPerEntityCount Number
    Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
    minBinaryDetectionLimitBytes Number
    Defines the minimum number of bytes in log file required for binary detection.
    monitorOwnLogsEnabled Boolean
    Enabling this option may affect your DDU consumption. For more details, see documentation.
    openLogFilesDetectionEnabled Boolean
    Detect open log files
    scope String
    The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
    severityDetectionLimitBytes Number
    Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
    severityDetectionLinesLimit Number
    Defines the number of the first lines of every log entry where severity is searched.
    systemLogsDetectionEnabled Boolean
    (Linux: syslog, message log) (Windows: system, application, security event logs)
    utcasDefaultContainerTimezone Boolean
    Deprecated for OneAgent 1.247+

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs