How to join two index in kibana

Hi,

i tried to join two index in kibana, but in visualization part it shows no data found.

can u please explain how to do this?

is there any other available or not?

POST /_aliases
{
"actions" : [
{ "add" : { "indices" : ["softwarelicenseinventory", "softwarelicensedetail"], "alias" : "availablelicensechart" } }
]
}

my join index in kibana

When you set up your index pattern, did you use the alias availablelicensechart? Do you have any filters applied (including the time range) that might be filtering out any data you have?

If the two (softwarelicenseinventory", "softwarelicensedetail) indexes are available in kibana ,

then create a new index in kibana -> Management -> Index Pattern -> create new index

and name it " software* " ...

It will contain all documents of softwarelicenseinventory & softwarelicensedetail

there is no filter i used

I provided the alias name as index name

Does it show any data in Discover?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.