Commit 2f19a2d
authored
tenable_sc.vulnerability: Update mapping of
The "tenable_sc.vulnerability.plugin.text" field stores several
details of vulnerable packages found on the host. It is currently
mapped to "keyword". It can grow larger than maximum "ignore_above"
limit of keywordfields, making it unusable in searches.
This PR updates the data type of "tenable_sc.vulnerability.plugin.text"
field to "match_only_text" to allow searches on this field.
This is a breaking-change because the data types "keyword" and
"match_only_text" are from different family [1] and could break
users' custom Kibana dashboards or queries.
[1] https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/field-data-typestenable_sc.vulnerability.plugin.text field to match_only_text (elastic#16508)1 parent 4598dc6 commit 2f19a2d
File tree
4 files changed
+10
-3
lines changed- packages/tenable_sc
- data_stream/vulnerability/fields
- docs
4 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
3 | 10 | | |
4 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | | - | |
| 699 | + | |
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments