Algolia CLI / Commands

Manage your Algolia events.

algolia events tail

Usage
algolia events tail [flags]

Tail events.

Examples

1
2
3
4
5
6
7
8
9
# Tail events
$ algolia events tail

# Tail events for a specific region matching the Analytics region of your application
$ algolia events tail -r de

# Tail events and output them as JSON
$ algolia events tail --output json

Flags

-r, --region

Region where your analytics data is stored and processed.

Output formatting flags

--allow-missing-template-keys

If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.

-o, --output

Output format. One of: (json, jsonpath, jsonpath-as-json, jsonpath-file).

--template

Template string or path to template file to use when –output=jsonpath, –output=jsonpath-file.

Did you find this page helpful?