Skip to content

Commit

Permalink
Add missing * to vulnerabilities index pattern (#115)
Browse files Browse the repository at this point in the history
* Add missing * to vulnerabilities index pattern

* Use latest version of the states-vulnerabilities index template

* Remove tailing hyphen from the states-vulnerabilities index pattern

* Use latest version of the states-vulnerabilities index template

For real this time

---------

Co-authored-by: Álex Ruiz <[email protected]>
  • Loading branch information
QU3B1M and AlexRuiz7 authored Oct 22, 2024
1 parent c38c054 commit da5505d
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index_patterns": [
"wazuh-states-vulnerabilities"
"wazuh-states-vulnerabilities*"
],
"mappings": {
"date_detection": false,
Expand Down Expand Up @@ -227,28 +227,21 @@
"order": 1,
"settings": {
"index": {
"codec": "best_compression",
"mapping": {
"total_fields": {
"limit": 1000
}
},
"number_of_replicas": "0",
"number_of_shards": "1",
"query.default_field": [
"base.tags",
"agent.id",
"host.os.family",
"host.os.full.text",
"agent.group",
"host.os.full",
"host.os.version",
"package.name",
"package.version",
"vulnerability.id",
"vulnerability.description.text",
"vulnerability.description",
"vulnerability.severity",
"wazuh.cluster.name"
],
"refresh_interval": "2s"
"refresh_interval": "5s"
}
}
}

0 comments on commit da5505d

Please sign in to comment.