Create index

i want to create index in kibana dashboard and this message appeared to me what i do to create the index ?
and why i should create index?

Hi,
An index pattern identifies one or more Elasticsearch indices that you want to explore with Kibana. To use Kibana, you have to tell it about the Elasticsearch indices that you want to explore by configuring one or more index patterns.
Kibana looks for index names that match the specified pattern, hence it is necessary to configure an index pattern in Kibana.
I don't quite understand the statement create index in kibana dashboard can you elaborate with more info?

Thanks
Rashmi

First i want to monitor my network with x-pack and show the network behavior so i install elasticsearch and x-pack on it then open kibana dashboard but i can't install x-pack on kibana .

Second are you mean to add index in elasticsearch then open this index in kibana ?
what is the feature of the index ?
and how i can add index in elasticsearch?

Thanks & Best Regards
Nada

I think you will need to understand what an index is and how to index into ES first. I would suggest you to read couple of articles mentioned here to get the basic idea.


https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html

Once you get a basic idea, you can build on top of it by installing Kibana and then x-pack on top of it .

Hope this helps,

Thanks
Rashmi

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