How to search in nested JSON #4275
-
|
Given this example log: If I use the search feature on the top right hand corner, how do I filter logs to only show by |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.

The search bar is just a search field that search across all values. So
custom.service=is not supported. As you said, only searching fora certain valueworks, but it does search across everything.Your other option is to use the SQL analytics engine which does the search using duckdb in your browser.