Elasticsearch Logs Args
data class ElasticsearchLogsArgs(val filteringTags: Output<List<ElasticsearchLogsFilteringTagArgs>>? = null, val sendActivityLogs: Output<Boolean>? = null, val sendAzureadLogs: Output<Boolean>? = null, val sendSubscriptionLogs: Output<Boolean>? = null) : ConvertibleToJava<ElasticsearchLogsArgs>
Constructors
Link copied to clipboard
constructor(filteringTags: Output<List<ElasticsearchLogsFilteringTagArgs>>? = null, sendActivityLogs: Output<Boolean>? = null, sendAzureadLogs: Output<Boolean>? = null, sendSubscriptionLogs: Output<Boolean>? = null)
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
.