-
Notifications
You must be signed in to change notification settings - Fork 40
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
JSON body as nested object in Elasticsearch #2
Comments
Thanks for providing the PR. I'm currently travelling with limited bandwidth so please allow some days for reviewing. |
Have just looked a little bit into it and would have the following question. |
I use the elasticsearch output for the beat, not the logstash one. |
For reference, this is what i'm using in logstash to do this (I've set my document_type to httpbeat_json) :
|
The response body is now stored in Elasticsearch as a plain string.
In case of monitoring Spring Boot metrics that are returned as a JSON, there is no way to query these metrics in Elasticsearch and visualize them in Kibana.
Please provide an option to store the JSON response as some nested structure in the database.
There could probably be a parameter in the config file to specify an expected type of the HTTP response: text/json/...
The text was updated successfully, but these errors were encountered: