[ML] Removes hardcoded datafeed indices for security auth and network modules (#109692)

This commit is contained in:
Pete Harverson 2021-08-24 09:22:10 +01:00 committed by GitHub
parent 20529be326
commit e733b6ae0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 20 additions and 46 deletions

View file

@ -1,10 +1,7 @@
{
"job_id": "auth_high_count_logon_events",
"job_id": "JOB_ID",
"indices": [
"auditbeat-*",
"logs-*",
"filebeat-*",
"winlogbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,10 +1,7 @@
{
"job_id": "auth_high_count_logon_events_for_a_source_ip",
"job_id": "JOB_ID",
"indices": [
"auditbeat-*",
"logs-*",
"filebeat-*",
"winlogbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,10 +1,7 @@
{
"job_id": "auth_high_count_logon_fails",
"job_id": "JOB_ID",
"indices": [
"auditbeat-*",
"logs-*",
"filebeat-*",
"winlogbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,10 +1,7 @@
{
"job_id": "auth_rare_hour_for_a_user",
"job_id": "JOB_ID",
"indices": [
"auditbeat-*",
"logs-*",
"filebeat-*",
"winlogbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,10 +1,7 @@
{
"job_id": "auth_rare_source_ip_for_a_user",
"job_id": "JOB_ID",
"indices": [
"auditbeat-*",
"logs-*",
"filebeat-*",
"winlogbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,10 +1,7 @@
{
"job_id": "auth_rare_user",
"job_id": "JOB_ID",
"indices": [
"auditbeat-*",
"logs-*",
"filebeat-*",
"winlogbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,9 +1,7 @@
{
"job_id": "high_count_by_destination_country",
"job_id": "JOB_ID",
"indices": [
"logs-*",
"filebeat-*",
"packetbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,9 +1,7 @@
{
"job_id": "high_count_network_denies",
"job_id": "JOB_ID",
"indices": [
"logs-*",
"filebeat-*",
"packetbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,9 +1,7 @@
{
"job_id": "high_count_network_events",
"job_id": "JOB_ID",
"indices": [
"logs-*",
"filebeat-*",
"packetbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {

View file

@ -1,9 +1,7 @@
{
"job_id": "rare_destination_country",
"job_id": "JOB_ID",
"indices": [
"logs-*",
"filebeat-*",
"packetbeat-*"
"INDEX_PATTERN_NAME"
],
"max_empty_searches": 10,
"query": {