ElasticsearchLogs

data class ElasticsearchLogs(val filteringTags: List<ElasticsearchLogsFilteringTag>? = null, val sendActivityLogs: Boolean? = null, val sendAzureadLogs: Boolean? = null, val sendSubscriptionLogs: Boolean? = null)

Constructors

Link copied to clipboard
constructor(filteringTags: List<ElasticsearchLogsFilteringTag>? = null, sendActivityLogs: Boolean? = null, sendAzureadLogs: Boolean? = null, sendSubscriptionLogs: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of filtering_tag blocks as defined above.

Link copied to clipboard

Specifies if the Azure Activity Logs should be sent to the Elasticsearch cluster. Defaults to false.

Link copied to clipboard

Specifies if the AzureAD Logs should be sent to the Elasticsearch cluster. Defaults to false.

Link copied to clipboard

Specifies if the Azure Subscription Logs should be sent to the Elasticsearch cluster. Defaults to false.