How to switch from Kibana dashboard to Elastic dashboard

I have Elasticsearch , Logstash and Kibana version 6.8 on centos 7 VM and i want to access to elastic dashboard but every time i go to ip:5601 Kibana dashboard opens. what should i do to access this dashboard :


this is what i get :

2 Likes

I have the same issue!

Welcome to our community! :smiley:

You can access dashboards as per Dashboard and visualizations | Kibana Guide [8.2] | Elastic

Hi @amenbs and @rym_saidi Welcome to the community

Just to be clear... There is no "Elasticsearch dashboard" Kibana is the front end to Elasticsearch that is where all the visualization and dashboard are accessed from.

Elasticsearch only has a REST API curl http://<hostip>:9200

{
  "name" : "1900bdddab3b",
  "cluster_name" : "docker-cluster",
  "cluster_uuid" : "YExKpFu3T1W1pVVxl0pP5w",
  "version" : {
    "number" : "8.2.0",
    "build_flavor" : "default",
    "build_type" : "docker",
    "build_hash" : "b174af62e8dd9f4ac4d25875e9381ffe2b9282c5",
    "build_date" : "2022-04-20T10:35:10.180408517Z",
    "build_snapshot" : false,
    "lucene_version" : "9.1.0",
    "minimum_wire_compatibility_version" : "7.17.0",
    "minimum_index_compatibility_version" : "7.0.0"
  },
  "tagline" : "You Know, for Search"
}

BTW 6.8 is EOL / Ancient you should think about upgrading.

hi @stephenb cause im looking to integrate ELK with TheHive and every time i look to do that people use option that i don't have in my dashboard .

Same problem here !

Welcome @YOUSSEF_EL_AMRI to the community

Assuming you mean The Hive Security / SOAR project

I think you both need to visit The Hive community / docs to understand ELK integrates with the Hive

Hive runs outside of elasticsearch, has its own UI and integrates through REST APIS (I think ... not an expert)

https://docs.thehive-project.org/thehive/

1 Like

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