-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cisco_ise] Fix multiple pipeline processing issues (#11619)
* Fix multiple pipeline processing issues
- Loading branch information
Showing
31 changed files
with
890 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -854,4 +854,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1027,4 +1027,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1044,4 +1044,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1238,4 +1238,4 @@ | |
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -351,4 +351,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1366,4 +1366,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -372,4 +372,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...isco_ise/data_stream/log/_dev/test/pipeline/test-pipeline-monitoring-data-purge-audit.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Oct 16 05:56:08 isehost CISE_MONITORING_DATA_PURGE_AUDIT 2024-10-16 05:00:02.595 +0000 60198 INFO null: MnT purge event occurred, MESSAGE=Total Data threshold_space = 552 GB, used_space = 121.87725830078125 GB, |
49 changes: 49 additions & 0 deletions
49
...stream/log/_dev/test/pipeline/test-pipeline-monitoring-data-purge-audit.log-expected.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"@timestamp": "2024-10-16T05:00:02.595Z", | ||
"cisco_ise": { | ||
"log": { | ||
"category": { | ||
"name": "CISE_MONITORING_DATA_PURGE_AUDIT" | ||
}, | ||
"log_details": { | ||
"MESSAGE": "Total Data threshold_space = 552 GB, used_space = 121.87725830078125 GB" | ||
}, | ||
"message": { | ||
"description": "null: MnT purge event occurred" | ||
} | ||
} | ||
}, | ||
"ecs": { | ||
"version": "8.11.0" | ||
}, | ||
"event": { | ||
"action": "null", | ||
"kind": "event", | ||
"original": "Oct 16 05:56:08 isehost CISE_MONITORING_DATA_PURGE_AUDIT 2024-10-16 05:00:02.595 +0000 60198 INFO null: MnT purge event occurred, MESSAGE=Total Data threshold_space = 552 GB, used_space = 121.87725830078125 GB,", | ||
"sequence": 60198 | ||
}, | ||
"host": { | ||
"hostname": "isehost" | ||
}, | ||
"log": { | ||
"level": "info", | ||
"syslog": { | ||
"severity": { | ||
"name": "info" | ||
} | ||
} | ||
}, | ||
"message": "2024-10-16 05:00:02.595 +0000 60198 INFO null: MnT purge event occurred, MESSAGE=Total Data threshold_space = 552 GB, used_space = 121.87725830078125 GB,", | ||
"related": { | ||
"hosts": [ | ||
"isehost" | ||
] | ||
}, | ||
"tags": [ | ||
"preserve_original_event" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -691,4 +691,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.