Explore Your Data
Using the Logs Explorer, you can search, filter and analyze your log data in Circonus.
- Open Analytics > Logs Explorer.
The current index pattern appears below the filter bar, in this case,
opensearch_dashboards_sample_data_logs
. You might need to click New in the command bar to refresh the data. - In the search field, enter the following string:
agent=Mozilla/5.0 AND bytes>100
The search returns all agents matching Mozilla/5.0
where the bytes
field is greater than 100
.
Logs Explorer
By default, all fields are shown for each matching document. To choose which fields to display, hover the pointer over the list of Available Fields and then click add next to each field you want to include as a column in the table.
For example, if you add the _id
and _type
field, the display changes to display the specified fields.