count
Count documents matching a DSL query in an OpenSearch index. Specify the index and optional query clause to get the total count of matching records.
Instructions
Count documents matching a DSL query clause (default match_all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | arkime_sessions3-* | |
| query_dsl | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |