Skip to content

Commit

Permalink
Merge pull request #13873 from Security-Onion-Solutions/cogburn/tunin…
Browse files Browse the repository at this point in the history
…g-notes

Tuning Notes
  • Loading branch information
coreyogburn authored Oct 28, 2024
2 parents a76a2d8 + 640f53d commit 2c4f650
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"properties": {
"publicId": {
"ignore_above": 1024,
"type": "keyword"
"type": "keyword"
},
"title": {
"ignore_above": 1024,
"ignore_above": 1024,
"type": "keyword"
},
"severity": {
Expand All @@ -38,15 +38,15 @@
"description": {
"type": "text"
},
"category": {
"category": {
"ignore_above": 1024,
"type": "keyword"
},
"product": {
"product": {
"ignore_above": 1024,
"type": "keyword"
},
"service": {
"service": {
"ignore_above": 1024,
"type": "keyword"
},
Expand All @@ -64,7 +64,7 @@
},
"tags": {
"ignore_above": 1024,
"type": "keyword"
"type": "keyword"
},
"ruleset": {
"ignore_above": 1024,
Expand Down Expand Up @@ -97,6 +97,9 @@
"updatedAt": {
"type": "date"
},
"note": {
"type": "text"
},
"regex": {
"type": "text"
},
Expand Down

0 comments on commit 2c4f650

Please sign in to comment.