Here eHere some hints how to query elasticSearch from your web browser
...
filter (&q=<feld>:<wert>)
IF you wnat want to filter the objects you can use the function "&q=" e.g. filter attribute "status" for content "11":
...
acd30.skypro.ch:3191/elasticsearch/audit*/_stats?pretty
From version 3.x use Audit Proxy Port
Starting with version 3.x you can use the Audit Proxy using the elasticsearch endpoint to search within specific indexes.
e.g. searching a specific CN with a report index
https://acd30.skypro.ch:3190/elasticsearch/report-default-2021.09.09/_search?pretty&q=cn:1000057376
TTL
To test TTL, you should know that you cannot view the TTL field value. You need to explicitly ask for it with body request parameter fields. Look at this articel
...