Skip to content

Commit

Permalink
add is_internal flag to kbn-check-mappings-update-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcold committed Jan 26, 2024
1 parent df81f0a commit aaedec8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-check-mappings-update-cli/current_fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@
"is_default",
"is_default_monitoring",
"is_preconfigured",
"is_internal",
"key",
"name",
"output_id",
Expand Down
4 changes: 4 additions & 0 deletions packages/kbn-check-mappings-update-cli/current_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,10 @@
"type": "boolean",
"index": false
},
"is_internal": {
"type": "boolean",
"index": false
},
"ssl": {
"type": "binary"
},
Expand Down

0 comments on commit aaedec8

Please sign in to comment.