skip to Main Content

Merging Instana EUM JSONs with JQ in CMD

I'm using Instana to deliver view stats on my site, each daily file looks like this: { "items" : [ { "name" : "page1.htm", "earliestTimestamp" : 1675222177839, "cursor" : { "@class" : ".IngestionOffsetCursor", "ingestionTime" : 1675292168217, "offset" : 1 },…

VIEW QUESTION

I need to parse particular json file but stucked

There are json file with variable quantity of elements describing the keywords. The following is the typical example: {"keywords":[{"keyword":"halloween","score":0.9621220167107003}, {"keyword":"pumpkin","score":0.9527655356551675}, {"keyword":"nature","score":0.8530320061364176}, {"keyword":"animal","score":0.7936456829239327}],"status":"ok"} The script should parce this json and I need to get a line with keywords formatted as following:…

VIEW QUESTION
Back To Top
Search