It is possible to set the index per Kibana space for logAlias and metricAlias like this:
$ curl -X POST http://your-kibana.example.com/s/<space_id>/api/saved_objects/infrastructure-ui-source/default -H 'kbn-xsrf: true' -H 'Content-Type: application/json' -d '
{
"attributes": {
"logAlias": "my-filebeat-*",
"metricAlias": "my-metricbeat"
}
}'
What I am missing is the possibility to also set it for other "beats" such as Heartbeat and APM. Is there a way to set it also for those? If yes, how?
if no: will this be implemented at some point in time?
thanks
Martin