Get Data Collection Rule Data Source
data class GetDataCollectionRuleDataSource(val dataImports: List<GetDataCollectionRuleDataSourceDataImport>, val extensions: List<GetDataCollectionRuleDataSourceExtension>, val iisLogs: List<GetDataCollectionRuleDataSourceIisLog>, val logFiles: List<GetDataCollectionRuleDataSourceLogFile>? = null, val performanceCounters: List<GetDataCollectionRuleDataSourcePerformanceCounter>, val platformTelemetries: List<GetDataCollectionRuleDataSourcePlatformTelemetry>? = null, val prometheusForwarders: List<GetDataCollectionRuleDataSourcePrometheusForwarder>, val syslogs: List<GetDataCollectionRuleDataSourceSyslog>, val windowsEventLogs: List<GetDataCollectionRuleDataSourceWindowsEventLog>, val windowsFirewallLogs: List<GetDataCollectionRuleDataSourceWindowsFirewallLog>)
Constructors
Link copied to clipboard
constructor(dataImports: List<GetDataCollectionRuleDataSourceDataImport>, extensions: List<GetDataCollectionRuleDataSourceExtension>, iisLogs: List<GetDataCollectionRuleDataSourceIisLog>, logFiles: List<GetDataCollectionRuleDataSourceLogFile>? = null, performanceCounters: List<GetDataCollectionRuleDataSourcePerformanceCounter>, platformTelemetries: List<GetDataCollectionRuleDataSourcePlatformTelemetry>? = null, prometheusForwarders: List<GetDataCollectionRuleDataSourcePrometheusForwarder>, syslogs: List<GetDataCollectionRuleDataSourceSyslog>, windowsEventLogs: List<GetDataCollectionRuleDataSourceWindowsEventLog>, windowsFirewallLogs: List<GetDataCollectionRuleDataSourceWindowsFirewallLog>)
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.