You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was wondering if it is possible to use the default dashboards for github enterprise. I am able to get my data ingested, but I think there may be a problem with enriching the index or something similar. I'm trying to stick as close to the default configs as possible so that I can get it up and running. I've changed our github org and repo to "org/repo":
I see it having an error which may or may not be relevant. My thought is maybe I'm not using the right studies, and/or maybe I need to find a way to transform some of the data into what fields the dashboards are expecting github produces (maybe we have some custom github enterprise settings or something making our fields different names?):
2024-04-17 17:25:30,330 - GrimoireLab - grimoire_elk.elk - INFO - [github] Done enrichment for https://github.com/org/repo
2024-04-17 17:25:30,332 - GrimoireLab - sirmordred.task_enrich - INFO - [github] enrichment finished for https://github.com/org/repo
2024-04-17 17:25:30,332 - GrimoireLab - sirmordred.task_enrich - INFO - [github] enrichment phase finished in 0:00:03
2024-04-17 17:25:30,333 - GrimoireLab - sirmordred.task_enrich - INFO - [github] data retention start
2024-04-17 17:25:30,340 - GrimoireLab - sirmordred.task_enrich - INFO - [github] data retention end
2024-04-17 17:25:30,341 - GrimoireLab - sirmordred.task_enrich - INFO - [github] identities retention end
2024-04-17 17:25:30,341 - GrimoireLab - sirmordred.task_enrich - INFO - [github] autorefresh start
2024-04-17 17:25:30,355 - GrimoireLab - sirmordred.task_enrich - INFO - [github] Refreshing identities from 2024-04-15 17:23:57.356895
2024-04-17 17:25:31,466 - GrimoireLab - sirmordred.task_enrich - INFO - [github] Refreshed 165 identities in 0:00:01
2024-04-17 17:25:31,467 - GrimoireLab - sirmordred.task_enrich - INFO - [github] autorefresh end
2024-04-17 17:25:31,467 - GrimoireLab - sirmordred.task_enrich - INFO - [github] studies phase start
2024-04-17 17:25:33,545 - GrimoireLab - sirmordred.task_enrich - ERROR - [github] Wrong studies names: ['enrich_demography:git', 'enrich_areas_of_code:git', 'enrich_onion:git']
2024-04-17 17:25:33,546 - GrimoireLab - sirmordred.task_manager - ERROR - [github] Exception in Task Manager ('Wrong studies names ', 'github', ['enrich_demography:git', 'enrich_areas_of_code:git', 'enrich_onion:git'])
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_manager.py", line 98, in run
task.execute()
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_enrich.py", line 460, in execute
raise e
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_enrich.py", line 450, in execute
self.__studies(retention_time)
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_enrich.py", line 346, in __studies
raise RuntimeError('Wrong studies names ', self.backend_section, studies)
RuntimeError: ('Wrong studies names ', 'github', ['enrich_demography:git', 'enrich_areas_of_code:git', 'enrich_onion:git'])
Exception in thread github:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_manager.py", line 98, in run
task.execute()
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_enrich.py", line 460, in execute
raise e
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_enrich.py", line 450, in execute
self.__studies(retention_time)
File "/usr/local/lib/python3.8/site-packages/sirmordred/task_enrich.py", line 346, in __studies
raise RuntimeError('Wrong studies names ', self.backend_section, studies)
RuntimeError: ('Wrong studies names ', 'github', ['enrich_demography:git', 'enrich_areas_of_code:git', 'enrich_onion:git'])
Here is a json of a single document (with some "redacted"s):
Are there any ideas on how I can get the default dashboards to work?
example:
Thank you so much for your help even looking at this. Please let me know if I can update the documentation/donate/etc. after I work through getting this up and running. I'm always happy to contribute back. <3
The text was updated successfully, but these errors were encountered:
Hello, I was wondering if it is possible to use the default dashboards for github enterprise. I am able to get my data ingested, but I think there may be a problem with enriching the index or something similar. I'm trying to stick as close to the default configs as possible so that I can get it up and running. I've changed our github org and repo to "org/repo":
projects.cfg:
setup.cfg:
I see it having an error which may or may not be relevant. My thought is maybe I'm not using the right studies, and/or maybe I need to find a way to transform some of the data into what fields the dashboards are expecting github produces (maybe we have some custom github enterprise settings or something making our fields different names?):
Here is a json of a single document (with some "redacted"s):
Are there any ideas on how I can get the default dashboards to work?
example:
Thank you so much for your help even looking at this. Please let me know if I can update the documentation/donate/etc. after I work through getting this up and running. I'm always happy to contribute back. <3
The text was updated successfully, but these errors were encountered: