Data Collection Rule Data Sources
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
Link copied to clipboard
constructor(dataImport: DataCollectionRuleDataSourcesDataImport? = null, extensions: List<DataCollectionRuleDataSourcesExtension>? = null, iisLogs: List<DataCollectionRuleDataSourcesIisLog>? = null, logFiles: List<DataCollectionRuleDataSourcesLogFile>? = null, performanceCounters: List<DataCollectionRuleDataSourcesPerformanceCounter>? = null, platformTelemetries: List<DataCollectionRuleDataSourcesPlatformTelemetry>? = null, prometheusForwarders: List<DataCollectionRuleDataSourcesPrometheusForwarder>? = null, syslogs: List<DataCollectionRuleDataSourcesSyslog>? = null, windowsEventLogs: List<DataCollectionRuleDataSourcesWindowsEventLog>? = null, windowsFirewallLogs: List<DataCollectionRuleDataSourcesWindowsFirewallLog>? = null)
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.