-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I visualise Gitlab data? #636
Comments
Can you complete the issue with information about how you are running grimoirelab, the contents of your files, etc? |
I installed everything as docker-compose according to the link below. https://chaoss.github.io/grimoirelab-tutorial/docs/getting-started/setup/ My Project.json :
} setup.cfg [projects] [es_collection] [es_enrichment] [sortinghat] [panels] [phases] [gitlab:issues] [enrich_onion:gitlab-issue] # (optional) When I open localhost:5601 it says no result found and no data is displayed. There are some patterns in the discover section from the menu, which one of them should be selected kibana_1 What am I doing wrong? |
Could you check if you have indexes and aliases?
And which version of each component are you using? |
GET _cat/indices GET _cat/aliases mariadb 10.6 |
You have 2 You don't have any index created by |
How can I check the logs on grimoirelab? |
Where are the logs? |
If you are using https://github.com/chaoss/grimoirelab/blob/master/docker-compose/docker-compose.yml#L50 you can find it at |
Hello, I tried to proceed according to the document below without any errors, but I am having a problem as follows. docker-compose up -d https://bitergia.com/blog/opensource/grimoirelab-to-measure-organizations-private-development/ After running the command, docker containers are up but after a while the following container is exited. In addition, I chose the Access token of a project that I want to get internal gitlab data in the form of api and read api, and I chose Guest as the Role. Can you confirm the correctness? As a result, after logging in to http://localhost:5601, I see things like api, gitlab issue as index patterns. Even if I select any of these as default, the dashboard does not give an error but says no result found, as if it does not reach the data within the company. Where could I have made a mistake? I need your support on this issue. |
My indexes and aliases? GET _cat/indices GET _cat/aliases .kibana .kibana_1 - - - |
When I examine grimoirelab/grimoirelab:latest docker logs, I see the error I shared in the link. How can I solve this problem? in docker it goes from up to exit. 945f836d644e grimoirelab/grimoirelab:latest "/bin/sh -c ${DEPLOY…" 20 hours ago Exited (1) About an hour ago dockercompose_mordred_1 |
Thank you @pilgrimage80 for providing the logs. I think the configuration files you provided don't correspond to the errors. There are two errors in the configuration files.
After fixing those errors try to restart the containers:
|
Now when I check the docker logs mordered I get the following error. 2024-03-22 09:34:08,651 - GrimoireLab - urllib3.connectionpool - WARNING - Retrying (Retry(total=3, connect=3, read=5, redirect=5, status=5)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7efc1602f0a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /api/v4/projects/%2F During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
It says no result found under gitlab issues on the dashboard. My indices and aliases GET _cat/indices GET _cat/aliases gitlab-raw gitlab_issues_demo_raw - - - |
If your Consider using a repository URL from which you want to collect data, such as |
I want to visualise the data of the users in Gitlab, such as how many issues they have opened and how many issues they have closed. According to the document below, I fill in the project.json and setup.cfg sections, but it does not work.
https://chaoss.github.io/grimoirelab-tutorial/docs/data-sources/configurations/#gitlab
When I look at the last line of setup.cfg, I think I need to update the following data according to gitlab. How do I do this?
What could I be missing?
#[enrich_demography:git]
#[enrich_areas_of_code:git]
#in_index = git_demo_raw
#out_index = git-aoc_demo_enriched
#[enrich_onion:git]
#in_index = git
#out_index = git-onion_demo_enriched
#contribs_field = hash
The text was updated successfully, but these errors were encountered: