You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web-application-gateway-Access and web-application-gateway-Performance logs works without issues.
But, web-application-gateway-firewall logs gives jsonparseerror
i use the following sanitized input and filter plugin configuration.
web-application-gateway-Access and web-application-gateway-Performance logs works without issues.
But, web-application-gateway-firewall logs gives jsonparseerror
i use the following sanitized input and filter plugin configuration.
azureblob
{
storage_account_name => "account-name"
storage_access_key => "**********************"
container => "container-name"
file_head_bytes => 0
file_tail_bytes => 0
}
}
filter {
json {
source => "message"
}
date {
match => ["time", "ISO8601"]
}
}
The text was updated successfully, but these errors were encountered: