Sample log line
other logs values=‘[{“company_id”:“id1”, “company_name”: “name1”},{“company_id”:“id2”, “company_name”: “name2”}]’
I want to be able to extract the json array from values and show it in a Table (columns, company_id and company_name and so on)
I’ve tried
| pattern `<_> values=‘’, | json values
and that doesn’t work when I go to Transform the table.
Why is it so difficult to do this? Can someone help please