Algolia CLI
/
Commands
Jul 21, 2023
algolia events
Manage your Algolia events.
algolia events tail
Usage
algolia events tail [flags]
Tail events.
Examples
Copy
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 errors in templates due to missing fields or map keys. This 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 a template file to use when –output=jsonpath, –output=jsonpath-file.
Did you find this page helpful?