Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/check_mappings_upda…
Browse files Browse the repository at this point in the history
…te --fix'
  • Loading branch information
kibanamachine committed Aug 8, 2023
1 parent aca6130 commit 0bf9fcb
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions packages/kbn-check-mappings-update-cli/current_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,17 +629,6 @@
}
}
},
"search": {
"dynamic": false,
"properties": {
"title": {
"type": "text"
},
"description": {
"type": "text"
}
}
},
"alert": {
"dynamic": false,
"properties": {
Expand Down Expand Up @@ -931,6 +920,17 @@
}
}
},
"search": {
"dynamic": false,
"properties": {
"title": {
"type": "text"
},
"description": {
"type": "text"
}
}
},
"visualization": {
"dynamic": false,
"properties": {
Expand Down Expand Up @@ -1657,6 +1657,9 @@
"auth_type": {
"type": "keyword"
},
"connection_type": {
"type": "keyword"
},
"username": {
"type": "keyword"
},
Expand Down

0 comments on commit 0bf9fcb

Please sign in to comment.