DataCollectionRuleDataSources

data class DataCollectionRuleDataSources(val dataImport: DataCollectionRuleDataSourcesDataImport? = null, val extensions: List<DataCollectionRuleDataSourcesExtension>? = null, val iisLogs: List<DataCollectionRuleDataSourcesIisLog>? = null, val logFiles: List<DataCollectionRuleDataSourcesLogFile>? = null, val performanceCounters: List<DataCollectionRuleDataSourcesPerformanceCounter>? = null, val platformTelemetries: List<DataCollectionRuleDataSourcesPlatformTelemetry>? = null, val prometheusForwarders: List<DataCollectionRuleDataSourcesPrometheusForwarder>? = null, val syslogs: List<DataCollectionRuleDataSourcesSyslog>? = null, val windowsEventLogs: List<DataCollectionRuleDataSourcesWindowsEventLog>? = null, val windowsFirewallLogs: List<DataCollectionRuleDataSourcesWindowsFirewallLog>? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A data_import block as defined above.

Link copied to clipboard

One or more extension blocks as defined below.

Link copied to clipboard

One or more iis_log blocks as defined below.

Link copied to clipboard

One or more log_file blocks as defined below.

Link copied to clipboard

One or more performance_counter blocks as defined below.

Link copied to clipboard

One or more platform_telemetry blocks as defined below.

Link copied to clipboard

One or more prometheus_forwarder blocks as defined below.

Link copied to clipboard

One or more syslog blocks as defined below.

Link copied to clipboard

One or more windows_event_log blocks as defined below.

Link copied to clipboard

One or more windows_firewall_log blocks as defined below.