Azure / Azure/azure-diagnostics-tools

web-application-gateway-firewall logs gives jsonparseerror

Open
#207 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.