Skip to content

Commit

Permalink
Updating mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed May 23, 2018
1 parent 02ece28 commit 92d288c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
22 changes: 15 additions & 7 deletions x-pack/plugins/beats/server/lib/index_template/beats_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,21 @@
}
}
},
"configuration_block": {
"tag": {
"properties": {
"tag": {
"type": "keyword"
},
"type": {
"id": {
"type": "keyword"
},
"block_yml": {
"type": "text"
"configuration_blocks": {
"type": "nested",
"properties": {
"type": {
"type": "keyword"
},
"block_yml": {
"type": "text"
}
}
}
}
},
Expand Down Expand Up @@ -69,6 +74,9 @@
"local_configuration_yml": {
"type": "text"
},
"tags": {
"type": "keyword"
},
"central_configuration_yml": {
"type": "text"
},
Expand Down
22 changes: 15 additions & 7 deletions x-pack/test/functional/es_archives/beats/list/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,21 @@
}
}
},
"configuration_block": {
"tag": {
"properties": {
"tag": {
"type": "keyword"
},
"type": {
"id": {
"type": "keyword"
},
"block_yml": {
"type": "text"
"configuration_blocks": {
"type": "nested",
"properties": {
"type": {
"type": "keyword"
},
"block_yml": {
"type": "text"
}
}
}
}
},
Expand Down Expand Up @@ -69,6 +74,9 @@
"local_configuration_yml": {
"type": "text"
},
"tags": {
"type": "keyword"
},
"central_configuration_yml": {
"type": "text"
},
Expand Down

0 comments on commit 92d288c

Please sign in to comment.