Closed alpgarcia closed 5 years ago
Mediawiki enricher is not including the standard grimoire_creation_date field.
grimoire_creation_date
In other cases this is done by calling get_grimoire_fields method: https://github.com/chaoss/grimoirelab-elk/blob/7aeb4496d2c18a94f18a9d24e2fe1aaa5a3140c9/grimoire_elk/enriched/slack.py#L201
get_grimoire_fields
https://github.com/chaoss/grimoirelab-elk/blob/7aeb4496d2c18a94f18a9d24e2fe1aaa5a3140c9/grimoire_elk/enriched/enrich.py#L489
So replicating that for mediawiki enricher should be enough to solve this issue..
We need to add this field so the index is aligned with the rest.
Fixed with: https://github.com/chaoss/grimoirelab-elk/commit/d010acda7f34fe02bc2e029d6de74790f1c1760f
Mediawiki enricher is not including the standard
grimoire_creation_date
field.In other cases this is done by calling
get_grimoire_fields
method: https://github.com/chaoss/grimoirelab-elk/blob/7aeb4496d2c18a94f18a9d24e2fe1aaa5a3140c9/grimoire_elk/enriched/slack.py#L201https://github.com/chaoss/grimoirelab-elk/blob/7aeb4496d2c18a94f18a9d24e2fe1aaa5a3140c9/grimoire_elk/enriched/enrich.py#L489
So replicating that for mediawiki enricher should be enough to solve this issue..
We need to add this field so the index is aligned with the rest.