Search code examples
indexingcustomizationkibanaindices

Multiple indices under a single name in kibana is possible?


I want multiple indices to be under one name.. How can i do that in kibana... as shown in this picture..so that the logs ( app,server,db) of the server1 and the logs of server 2 under it. How can we customize to make multiple indices under one name. { https://i.sstatic.net/t3eV8.png }


Solution

  • I'm not sure if i understood perfectly but you can use an index pattern in kibana like "server*"

    Or an other possibility would be to add alias to your indices, they would be accessible with the same index name in kibana