LogFilesDataSourceResponse

data class LogFilesDataSourceResponse(val filePatterns: List<String>, val format: String, val name: String? = null, val settings: LogFilesDataSourceResponseSettings? = null, val streams: List<String>)

Definition of which custom log files will be collected by this data collection rule

Constructors

Link copied to clipboard
constructor(filePatterns: List<String>, format: String, name: String? = null, settings: LogFilesDataSourceResponseSettings? = null, streams: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

File Patterns where the log files are located

Link copied to clipboard

The data format of the log files

Link copied to clipboard
val name: String? = null

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

Link copied to clipboard

The log files specific settings.

Link copied to clipboard

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data source