You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, this is a fantastic app!! The completion especially awesome.
So, I wanted to ask if it'd be possible to add the capacity for returning structured JSON similar to how Logstash/Elastic do their parsing. For example, the following grok pattern would create the JSON below for the associated log line (notice the dots in the grok pattern):
Sample Data:
28.28.28.28, 64.64.64.64 10.10.23.6 - - [20/May/2021:05:36:31 +0000] "GET /api/v3/myEndpoint?timestamp=1621488990895&limit=1000&uuid=ab90e750c9484aa19cd46929b58d392a HTTP/1.1" "200" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Electron/8.5.5 Safari/537.36"
First off, this is a fantastic app!! The completion especially awesome.
So, I wanted to ask if it'd be possible to add the capacity for returning structured JSON similar to how Logstash/Elastic do their parsing. For example, the following grok pattern would create the JSON below for the associated log line (notice the dots in the grok pattern):
Sample Data:
Grok Pattern:
The text was updated successfully, but these errors were encountered: