Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Reports page shows details about existing system reports associated to the current product view, and lets you edit them and create new reports.

...

FieldDescription
Index SetsWhich OpenSearch index sets will be queried (according to product type). See list of index sets for more details.
Document TypesWhich OpenSearch document types will be queried (according to product type)
Query (JSON)

An OpenSearch query (see https://opensearch.org/docs/latest/opensearch/query-dsl/full-text/ for more information on how to build a query).
A search query, or query, is a request for information about data in Elasticsearch OpenSearch data streams or indices.
Two types of query results exists: hits results and aggregation results.
By default, searches containing an aggregation return both search hits and aggregation results. To return only aggregation results, set size to 0.

Parameters (JSON)

Named parameters to replace placeholders in the query. i.e:

Headers (JSON)Named parameters to replace column headers in reports outcome with more meaningful headers.
Aggs to IgnoreDelimited list of aggregation names to ignore in results.

...