Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-application-gateway-firewall logs gives jsonparseerror #207

Open
kp2822 opened this issue Sep 20, 2019 · 0 comments
Open

web-application-gateway-firewall logs gives jsonparseerror #207

kp2822 opened this issue Sep 20, 2019 · 0 comments

Comments

@kp2822
Copy link

kp2822 commented Sep 20, 2019

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"]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant