grimoirelab-elk
grimoirelab-elk copied to clipboard
Ls, I would like to try some modifications, to for example loading GitHub data. I would like to stop loading usernames and e-mail addresses. Which file would I need to...
Currently onion study is computed by quarters. A nice enhancement would be supporting configurable time intervals. Possible use cases: * Use another time unit supported by Kibiter/Kibana (Month, Week, etc.)...
I've just spotted the error at https://github.com/chaoss/grimoirelab-perceval/issues/468 and the traceback was not included in the log via logger. I had to search for it in the container's error output. This...
For those items that are immutable (mailing list messages, irc messages, etc..) we need to avoid modifying them. Currently when no new items are collected, the items collected during the...
@acs suggested to have onion study computed for the whole history of data of a given index as entry point for onion analysis before going into deeper details.
When computing onion for the whole community we use `_Global_` for project and organization field in order to make them different from numbers computed for particular organizations and/or projects. @jsmanrique...
Due to the number of studies will increase during the next months, it is needed to design a way to allow the system to check whether the result obtained is...
Now, GrimoireELK is targeted at producing raw and enriched indexes in Elasticsearch. But in some scenarios, getting a CSV file with the information we usually have in an enriched index...
According to indexes schema there are no capitalized field names. But checking the index pattern, there are some field names both Capitalized and lowercased. It causes too much *noise* during...
It would help having the same field name (`repo_name`or `repository`) for the name of the repository in the git related data indexes. Currently, they are different names for the same...