Title
Create new category
Edit page index title
Edit category
Edit link
Events Healthcheck Commands
The events subcommand runs health checks for Pulse ad-events services and displays information from the Pulse Events database (NATS). It enables you to view, manage, and troubleshoot event streams, consumers, and object stores.
To view all available subcommands and flags, run:
xxxxxxxxxxaccelo admin hc events --helpAvailable Subcommands
consumerdeleteupdateviewobject
Default Behavior
By default, the following command lists all event streams available in NATS:
xxxxxxxxxxaccelo admin hc eventsSample Output
INFO: Running health check for Events DB╔══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗║ Events DB ║╠════════════════════════════════════════════╦════════════════╦════════╦═════════════════════════════════════════╦═════════════════╣║ STREAM NAME ║ TOTAL MESSAGES ║ OFFSET ║ LAST MESSAGE TIMESTAMP ║ TOTAL CONSUMERS ║╠════════════════════════════════════════════╬════════════════╬════════╬═════════════════════════════════════════╬═════════════════╣║ hive_queries_events_smokey ║ 0 ║ 0 ║ 0001-01-01 00:00:00 +0000 UTC ║ 1 ║║ impala_agent_events_smokey ║ 6503 ║ 6503 ║ 2025-01-30 11:25:20.135115216 +0000 UTC ║ 0 ║║ impala_coord_events_offset_smokey ║ 0 ║ 0 ║ 0001-01-01 00:00:00 +0000 UTC ║ 0 ║║ yarn_containers_rminterface_metrics_smokey ║ 0 ║ 0 ║ 0001-01-01 00:00:00 +0000 UTC ║ 1 ║╚════════════════════════════════════════════╩════════════════╩════════╩═════════════════════════════════════════╩═════════════════╝Commonly Used Flags
| Flag | Description |
|---|---|
| -s <stream-name> | Displays detailed information for a specific stream |
| -d <url> | URL where ad-events is running (default: http://localhost:19009) |
Consumer Commands
List Consumers
Lists all consumers for a given stream.
xxxxxxxxxxaccelo admin hc events consumer -s <stream-name>Consumer Info
Displays detailed information for a specific consumer.
xxxxxxxxxxaccelo admin hc events consumer info -s <stream-name> -c <consumer-name>For example:
xxxxxxxxxxaccelo admin hc events consumer info -s impala_agent_events_odp_smokey -c impala_coord_odp_smokeySample output:
xxxxxxxxxx╔════════════════════════════════════════════════════════════╗║ Consumer Info ║╠══════════════════╦═════════════════════════════════════════╣║ Consumer Name ║ impala_coord_odp_smokey ║║ Stream Name ║ impala_agent_events_odp_smokey ║║ Durable Name ║ impala_coord_odp_smokey ║║ Pending Messages ║ 0 ║║ Ack Pending ║ 0 ║║ Waiting ║ 1 ║║ Redelivered ║ 0 ║║ Date Created ║ 2025-01-31 06:12:46.366355429 +0000 UTC ║╚══════════════════╩═════════════════════════════════════════╝Delete Consumer
Deletes a consumer from a stream.
xxxxxxxxxxaccelo admin hc events consumer delete -s <stream-name> -c <consumer-name>To verify deletion, run the consumer list command again.
Delete Stream
Deletes a stream from NATS.
xxxxxxxxxxaccelo admin hc events delete -s <stream-name>To confirm deletion, rerun the stream list command.
Update Stream
Updates the configuration of an existing stream.
For example:
Sample Output:
View Stream Data
Displays subject data for a given offset.
For example:
Sample Output:
Object Store Commands
The object subcommand manages NATS object stores associated with events.
List Object Stores
Sample Output:
If the name of the object store is provided along with the above mentioned command then it returns object Store info.
Object Store Info
Displays details for a specific object store.
Delete Object Store
Deletes an object store, if it exists.
Watch Object Store
Streams live events for an object store.
List Objects
Lists all objects in an object store.
Get Object Data
Loads object data into memory. You can redirect the output to a file if needed.
Edit Object Store Metadata
Updates object store metadata such as size, replicas, or TTL.
Available flags:
| Flag | Description |
|---|---|
| -m, --max-bytes | Maximum object store size (default: -1) |
| -r, --replicas | Number of replicas (default: 1) |
| -t, --ttl | Time to live in seconds (default: 86400) |
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026