Skip to content

Commit

Permalink
Update Kitsune raw mapping
Browse files Browse the repository at this point in the history
This commit updates the mapping for the raw index of Kitsune.
It was not including all the fields because dynamic was set to
false in the data attribute.

Signed-off-by: Jose Javier Merchante <[email protected]>
  • Loading branch information
jjmerchante committed May 16, 2024
1 parent ad8c542 commit 3673854
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion grimoire_elk/raw/kitsune.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def get_elastic_mappings(es_major):
"dynamic":true,
"properties": {
"data": {
"dynamic":false,
"properties": {
"metadata": {
"dynamic":false,
Expand Down
8 changes: 8 additions & 0 deletions releases/unreleased/kitsune-mapping-updated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Kitsune mapping updated
category: fixed
author: Jose Javier Merchante <[email protected]>
issue: null
notes: >
Kitsune raw mapping was incorrectly defined with
`dynamic: false` in the data attribute.

0 comments on commit 3673854

Please sign in to comment.