mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Set RITA event.dataset value explicitly
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
"processors": [
|
"processors": [
|
||||||
{
|
{
|
||||||
"set": {
|
"set": {
|
||||||
"field": "_index",
|
"field": "event.dataset",
|
||||||
"value": "so-rita",
|
"value": "beacon",
|
||||||
"override": true
|
"override": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"processors": [
|
"processors": [
|
||||||
{
|
{
|
||||||
"set": {
|
"set": {
|
||||||
"field": "_index",
|
"field": "event.dataset",
|
||||||
"value": "so-rita",
|
"value": "connection",
|
||||||
"override": true
|
"override": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"processors": [
|
"processors": [
|
||||||
{
|
{
|
||||||
"set": {
|
"set": {
|
||||||
"field": "_index",
|
"field": "event.dataset",
|
||||||
"value": "so-rita",
|
"value": "dns",
|
||||||
"override": true
|
"override": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user