langol93
(Maciej Langiewicz)
November 10, 2020, 8:54am
1
Hello
I passed http request from packetbeat to logstash and now I have json in htttp.request.body.content:
How can I split this string to separate fields?
I want to have
id, timestamp and value field..
I tried using grok, json filter etc but without results
Badger
November 10, 2020, 3:41pm
2
Use a json filter. Check on the JSON tab in that view, is the http.request.body.content field really [http][request][body][content]?
langol93
(Maciej Langiewicz)
November 12, 2020, 9:22am
3
Hi
I used json filter as you recommended and it's working like a charm. Thank you for help
system
(system)
Closed
December 10, 2020, 9:22am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.