Get Started
Architecture
Core Concepts
Monitor and Analyze
Manage Alerts and Actions
Optimize Resources
Generate Reports
Manage Users and Roles
Workflows
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Sample Elasticsearch Queries for Searching Logs
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
This page provides sample Elasticsearch Query String (QS) examples to help you construct search queries for filtering and exploring logs.
Steps
In Pulse, go to Logs from the left navigation bar.
On the Logs page, select the search type as Elastic QS.
Use the following sample Elastic QS queries to search logs.
Examples
- To search logs by a message string, Receiving BP-18:
Bash
message:Receiving BP-18- To search logs by a message string on a particular host:
Bash
message:Receiving BP-18 AND host.name.keyword:host4.acceldata.dev- To search application logs of a specific service:
Bash
fields.component:hdfs_datanodeSearch Keywords Allowed
The following keywords can be used in search queries:
| Keyword | Description | Example |
|---|---|---|
| fields.component | Search within services. | fields.component:hive_server |
| host.name.keyword | Filter by host name. | host.name.keyword:host2.acceldata.dev |
| source.keyword | Filter by source location. | source.keyword:/var/log/hive/hiveserver2.log |
| loglevel | Search within log levels: Info, Debug, Warn, or Error. | loglevel:INFO |
| Boolean operators AND, OR | Combine search conditions. | loglevel:INFO AND fields.component:hive_server |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Monitor and Analyze Hadoop ServicesFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message