mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ML] Removes hardcoded datafeed indices for security auth and network modules (#109692)
This commit is contained in:
parent
20529be326
commit
e733b6ae0d
10 changed files with 20 additions and 46 deletions
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue