3. Query data
Estimated time to read: 2 minutes
Acquisition notice
In October 2022, ServiceNow acquired Era Software. The documentation on this site is no longer maintained and is intended for existing Era Software users only.
To get the latest information about ServiceNow's observability solutions, visit their website and documentation.
With EraSearch, you can query data with the EraSearch REST API or EraSearch's UI. This page covers how to view and query data in the UI.
Access EraSearch's UI¶
To start, access the UI by visiting your EraCloud account and clicking . By default, the UI displays all data written in the past 15 minutes.
If you wrote the sample data to your database, your UI looks like the screenshot below. It shows the three documents and their timestamps.
Query data in the UI¶
EraSearch supports most of Elasticsearch's query-string syntax. You can use the same syntax to query data based on keywords, ranges, booleans, and wildcards.
For example, to view only documents where the _line
field includes the word forest, enter this query in the UI search box:
The UI returns the one document matching your search criteria. Click the returned document to get more information about your data.
Next steps¶
Congrats! You’ve completed the EraSearch getting started series. Next, visit the write-integrations reference to see how to get real-time data into your database.
To learn more about exploring, querying, and visualizing your data in EraSearch, visit these pages:
- Alerting with Slack
- Connecting EraSearch to Grafana
- Exploring data in EraSearch's UI
- Explore-integrations reference