We use swisscoms application cloud and are currently evaluating the new Elasticsearch service. We set it up including logstash and kibana.
We now added a user provided service to each of our apps that should use the common elasticsearch/logstash/kibana instance. When we first logged in into kibana we saw there was an index called logstash-
, where all the logs of all applications go.
Now what we want is to have a index for each of the apps that writes to our elk instance. Lets say we have e apps (app1, app2, app3). We d like to have three indices (app1-..., app2-... and app3-...). Any ideas on how we can achieve that?
Is that a configuration that has to be done using ENV variables on Cloud foundry or is it something we have to configure within our Java and NodeJS apps
(app1-... , ...)?
Thanks in advance for your help.