The documentation at Saving robot logs to Elasticsearch says "index": "${event-properties:item=indexName}-${date:format=yyyy.MM}" and I wonder what that ${event-properties=item=indexName} evaluates to.
From other post I assume that the value of the indexName is usually default to that the config will create elasticsearch indices of the form default-2024.11.
But where is that indexName coming from? and is that configurable in any way?
I guess I can just use "index": "logs-uipath-${date:format=yyyy.MM}" if I want to use another index name but I wonder what values does indexName take on a regular Automation Suite 2024.10 on Linux installation (since I assume that the indexName is something that is set per event so potentially each event can have a different value for that property).