Azure / Azure/azure-diagnostics-tools
web-application-gateway-firewall logs gives jsonparseerror
- Dominant language
- Ruby
- Stars
- 101
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
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"]
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.