chaoss / chaoss/grimoirelab

Default Dashboard not showing any data - possible elasticsearch startup problem

Open
#697 16 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
625
Forks
231
PR merge metrics
No merged PRs in 30d

Description

I have a new Ubuntu VM and I am trying to follow the get started instructions https://chaoss.github.io/grimoirelab-tutorial/docs/getting-started/setup/.
I have set the virtual memory ,and verified it. My machine as 8 CPUS, 16GB of memory.
I am using the default docker-compose method. I see the panels but no data.
When I browse port 9200 I get the following json response:
{
"name": "9PS5HiZ",
"cluster_name": "docker-cluster",
"cluster_uuid": "SOa1jgmoRea1bM0SGsQJ9g",
"version": {
"number": "6.8.6",
"build_flavor": "oss",
"build_type": "docker",
"build_hash": "3d9f765",
"build_date": "2019-12-13T17:11:52.013738Z",
"build_snapshot": false,
"lucene_version": "7.7.2",
"minimum_wire_compatibility_version": "5.6.0",
"minimum_index_compatibility_version": "5.0.0"
},
"tagline": "You Know, for Search"
}

[terminalsession.txt](https://github.com/user-attachments/files/16901346/terminalsession.txt)

I have attached a copy of my terminal session in which you will see a clean git clone and command sudo docker-compose up , in case that helps.

Any ideas or suggestions to help get the default dashboard up would be appreciated.
I have tried multiple things like adding github and gitlab keys, but I have been informed that should not be necessary to see something. At the moment I only see panels with "no results found"

Contributor guide

Open the contributing guide

Research direction

Start with the getting-started setup instructions and the attached terminal session, then inspect the docker-compose startup output and the Elasticsearch response on port 9200. Trace whether the default setup is ingesting data and identify why the dashboard panels report no results; done means a clean setup produces visible dashboard data without extra credentials.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, elasticsearch, ubuntu
Domain
data, devops, search
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.