import * as pulumi from "@pulumi/pulumi";
export declare class LogOneagent extends pulumi.CustomResource {
    /**
     * Get an existing LogOneagent resource's state with the given name, ID, and optional extra
     * properties used to qualify the lookup.
     *
     * @param name The _unique_ name of the resulting resource.
     * @param id The _unique_ provider ID of the resource to lookup.
     * @param state Any extra arguments used during the lookup.
     * @param opts Optional settings to control the behavior of the CustomResource.
     */
    static get(name: string, id: pulumi.Input<pulumi.ID>, state?: LogOneagentState, opts?: pulumi.CustomResourceOptions): LogOneagent;
    /**
     * Returns true if the given object is an instance of LogOneagent.  This is designed to work even
     * when multiple copies of the Pulumi SDK have been loaded into the same process.
     */
    static isInstance(obj: any): obj is LogOneagent;
    /**
     * Detect container time zones
     */
    readonly containerTimezoneHeuristicEnabled: pulumi.Output<boolean>;
    /**
     * Detect logs inside containers
     */
    readonly containersLogsDetectionEnabled: pulumi.Output<boolean>;
    /**
     * Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
     */
    readonly dateSearchLimitBytes: pulumi.Output<number>;
    /**
     * Default timezone for agent if more specific configurations is not defined.
     */
    readonly defaultTimezone: pulumi.Output<string>;
    /**
     * Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
     */
    readonly eventLogQueryTimeoutSec: pulumi.Output<number>;
    /**
     * Detect IIS logs
     */
    readonly iisdetectionEnabled: pulumi.Output<boolean>;
    /**
     * Detect logs on Network File Systems (NFS)
     */
    readonly logScannerLinuxNfsEnabled: pulumi.Output<boolean>;
    /**
     * Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
     */
    readonly maxLgisPerEntityCount: pulumi.Output<number>;
    /**
     * Defines the minimum number of bytes in log file required for binary detection.
     */
    readonly minBinaryDetectionLimitBytes: pulumi.Output<number>;
    /**
     * Enabling this option may affect your DDU consumption. For more details, see [documentation](https://dt-url.net/hp43ef8).
     */
    readonly monitorOwnLogsEnabled: pulumi.Output<boolean>;
    /**
     * Detect open log files
     */
    readonly openLogFilesDetectionEnabled: pulumi.Output<boolean>;
    /**
     * The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
     */
    readonly scope: pulumi.Output<string | undefined>;
    /**
     * Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
     */
    readonly severityDetectionLimitBytes: pulumi.Output<number>;
    /**
     * Defines the number of the first lines of every log entry where severity is searched.
     */
    readonly severityDetectionLinesLimit: pulumi.Output<number>;
    /**
     * (Linux: syslog, message log) (Windows: system, application, security event logs)
     */
    readonly systemLogsDetectionEnabled: pulumi.Output<boolean>;
    /**
     * Deprecated for OneAgent 1.247+
     */
    readonly utcasDefaultContainerTimezone: pulumi.Output<boolean>;
    /**
     * Create a LogOneagent resource with the given unique name, arguments, and options.
     *
     * @param name The _unique_ name of the resource.
     * @param args The arguments to use to populate this resource's properties.
     * @param opts A bag of options that control this resource's behavior.
     */
    constructor(name: string, args: LogOneagentArgs, opts?: pulumi.CustomResourceOptions);
}
/**
 * Input properties used for looking up and filtering LogOneagent resources.
 */
export interface LogOneagentState {
    /**
     * Detect container time zones
     */
    containerTimezoneHeuristicEnabled?: pulumi.Input<boolean>;
    /**
     * Detect logs inside containers
     */
    containersLogsDetectionEnabled?: pulumi.Input<boolean>;
    /**
     * Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
     */
    dateSearchLimitBytes?: pulumi.Input<number>;
    /**
     * Default timezone for agent if more specific configurations is not defined.
     */
    defaultTimezone?: pulumi.Input<string>;
    /**
     * Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
     */
    eventLogQueryTimeoutSec?: pulumi.Input<number>;
    /**
     * Detect IIS logs
     */
    iisdetectionEnabled?: pulumi.Input<boolean>;
    /**
     * Detect logs on Network File Systems (NFS)
     */
    logScannerLinuxNfsEnabled?: pulumi.Input<boolean>;
    /**
     * Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
     */
    maxLgisPerEntityCount?: pulumi.Input<number>;
    /**
     * Defines the minimum number of bytes in log file required for binary detection.
     */
    minBinaryDetectionLimitBytes?: pulumi.Input<number>;
    /**
     * Enabling this option may affect your DDU consumption. For more details, see [documentation](https://dt-url.net/hp43ef8).
     */
    monitorOwnLogsEnabled?: pulumi.Input<boolean>;
    /**
     * Detect open log files
     */
    openLogFilesDetectionEnabled?: pulumi.Input<boolean>;
    /**
     * The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
     */
    scope?: pulumi.Input<string>;
    /**
     * Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
     */
    severityDetectionLimitBytes?: pulumi.Input<number>;
    /**
     * Defines the number of the first lines of every log entry where severity is searched.
     */
    severityDetectionLinesLimit?: pulumi.Input<number>;
    /**
     * (Linux: syslog, message log) (Windows: system, application, security event logs)
     */
    systemLogsDetectionEnabled?: pulumi.Input<boolean>;
    /**
     * Deprecated for OneAgent 1.247+
     */
    utcasDefaultContainerTimezone?: pulumi.Input<boolean>;
}
/**
 * The set of arguments for constructing a LogOneagent resource.
 */
export interface LogOneagentArgs {
    /**
     * Detect container time zones
     */
    containerTimezoneHeuristicEnabled: pulumi.Input<boolean>;
    /**
     * Detect logs inside containers
     */
    containersLogsDetectionEnabled: pulumi.Input<boolean>;
    /**
     * Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
     */
    dateSearchLimitBytes: pulumi.Input<number>;
    /**
     * Default timezone for agent if more specific configurations is not defined.
     */
    defaultTimezone: pulumi.Input<string>;
    /**
     * Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
     */
    eventLogQueryTimeoutSec: pulumi.Input<number>;
    /**
     * Detect IIS logs
     */
    iisdetectionEnabled: pulumi.Input<boolean>;
    /**
     * Detect logs on Network File Systems (NFS)
     */
    logScannerLinuxNfsEnabled: pulumi.Input<boolean>;
    /**
     * Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
     */
    maxLgisPerEntityCount: pulumi.Input<number>;
    /**
     * Defines the minimum number of bytes in log file required for binary detection.
     */
    minBinaryDetectionLimitBytes: pulumi.Input<number>;
    /**
     * Enabling this option may affect your DDU consumption. For more details, see [documentation](https://dt-url.net/hp43ef8).
     */
    monitorOwnLogsEnabled: pulumi.Input<boolean>;
    /**
     * Detect open log files
     */
    openLogFilesDetectionEnabled: pulumi.Input<boolean>;
    /**
     * The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
     */
    scope?: pulumi.Input<string>;
    /**
     * Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
     */
    severityDetectionLimitBytes: pulumi.Input<number>;
    /**
     * Defines the number of the first lines of every log entry where severity is searched.
     */
    severityDetectionLinesLimit: pulumi.Input<number>;
    /**
     * (Linux: syslog, message log) (Windows: system, application, security event logs)
     */
    systemLogsDetectionEnabled: pulumi.Input<boolean>;
    /**
     * Deprecated for OneAgent 1.247+
     */
    utcasDefaultContainerTimezone: pulumi.Input<boolean>;
}
