forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
121 changed files
with
404 additions
and
548 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
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
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
11 changes: 0 additions & 11 deletions
11
x-pack/plugins/console_extensions/spec/generated/ilm.set_policy.json
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
x-pack/plugins/console_extensions/spec/generated/indices.freeze.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,24 @@ | ||
{ | ||
"indices.freeze": { | ||
"url_params": { | ||
"timeout": "", | ||
"master_timeout": "", | ||
"ignore_unavailable": "__flag__", | ||
"allow_no_indices": "__flag__", | ||
"expand_wildcards": [ | ||
"open", | ||
"closed", | ||
"none", | ||
"all" | ||
], | ||
"wait_for_active_shards": "" | ||
}, | ||
"methods": [ | ||
"POST" | ||
], | ||
"patterns": [ | ||
"{indices}/_freeze" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/frozen.html" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
x-pack/plugins/console_extensions/spec/generated/indices.unfreeze.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,24 @@ | ||
{ | ||
"indices.unfreeze": { | ||
"url_params": { | ||
"timeout": "", | ||
"master_timeout": "", | ||
"ignore_unavailable": "__flag__", | ||
"allow_no_indices": "__flag__", | ||
"expand_wildcards": [ | ||
"open", | ||
"closed", | ||
"none", | ||
"all" | ||
], | ||
"wait_for_active_shards": "" | ||
}, | ||
"methods": [ | ||
"POST" | ||
], | ||
"patterns": [ | ||
"{indices}/_unfreeze" | ||
], | ||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/frozen.html" | ||
} | ||
} |
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
4 changes: 2 additions & 2 deletions
4
...pec/generated/xpack.ml.delete_filter.json → ...ns/spec/generated/ml.delete_calendar.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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"xpack.ml.delete_filter": { | ||
"ml.delete_calendar": { | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_xpack/ml/filters/{filter_id}" | ||
"_ml/calendars/{calendar_id}" | ||
] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
x-pack/plugins/console_extensions/spec/generated/ml.delete_calendar_event.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,10 @@ | ||
{ | ||
"ml.delete_calendar_event": { | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_ml/calendars/{calendar_id}/events/{event_id}" | ||
] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
x-pack/plugins/console_extensions/spec/generated/ml.delete_calendar_job.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,10 @@ | ||
{ | ||
"ml.delete_calendar_job": { | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_ml/calendars/{calendar_id}/jobs/{job_id}" | ||
] | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...c/generated/xpack.ml.delete_datafeed.json → ...ns/spec/generated/ml.delete_datafeed.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
10 changes: 10 additions & 0 deletions
10
x-pack/plugins/console_extensions/spec/generated/ml.delete_expired_data.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,10 @@ | ||
{ | ||
"ml.delete_expired_data": { | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_ml/_delete_expired_data" | ||
] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
x-pack/plugins/console_extensions/spec/generated/ml.delete_filter.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,10 @@ | ||
{ | ||
"ml.delete_filter": { | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_ml/filters/{filter_id}" | ||
] | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
x-pack/plugins/console_extensions/spec/generated/ml.delete_forecast.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,16 @@ | ||
{ | ||
"ml.delete_forecast": { | ||
"url_params": { | ||
"allow_no_forecasts": "__flag__", | ||
"timeout": "" | ||
}, | ||
"methods": [ | ||
"DELETE" | ||
], | ||
"patterns": [ | ||
"_ml/anomaly_detectors/{job_id}/_forecast", | ||
"_ml/anomaly_detectors/{job_id}/_forecast/{forecast_id}" | ||
], | ||
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-forecast.html" | ||
} | ||
} |
7 changes: 4 additions & 3 deletions
7
...s/spec/generated/xpack.ml.delete_job.json → ...ensions/spec/generated/ml.delete_job.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
4 changes: 2 additions & 2 deletions
4
...rated/xpack.ml.delete_model_snapshot.json → ...c/generated/ml.delete_model_snapshot.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
31 changes: 31 additions & 0 deletions
31
x-pack/plugins/console_extensions/spec/generated/ml.find_file_structure.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,31 @@ | ||
{ | ||
"ml.find_file_structure": { | ||
"url_params": { | ||
"lines_to_sample": "", | ||
"timeout": "", | ||
"charset": "", | ||
"format": [ | ||
"ndjson", | ||
"xml", | ||
"delimited", | ||
"semi_structured_text" | ||
], | ||
"has_header_row": "__flag__", | ||
"column_names": [], | ||
"delimiter": "", | ||
"quote": "", | ||
"should_trim_fields": "__flag__", | ||
"grok_pattern": "", | ||
"timestamp_field": "", | ||
"timestamp_format": "", | ||
"explain": "__flag__" | ||
}, | ||
"methods": [ | ||
"POST" | ||
], | ||
"patterns": [ | ||
"_ml/find_file_structure" | ||
], | ||
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/current/ml-file-structure.html" | ||
} | ||
} |
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
8 changes: 4 additions & 4 deletions
8
...nerated/xpack.ml.get_calendar_events.json → ...pec/generated/ml.get_calendar_events.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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"xpack.ml.get_calendar_events": { | ||
"ml.get_calendar_events": { | ||
"url_params": { | ||
"job_id": "", | ||
"start": "", | ||
"end": "", | ||
"from": 0, | ||
"size": 0 | ||
"from": "", | ||
"size": "" | ||
}, | ||
"methods": [ | ||
"GET" | ||
], | ||
"patterns": [ | ||
"_xpack/ml/calendars/{calendar_id}/events" | ||
"_ml/calendars/{calendar_id}/events" | ||
] | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
x-pack/plugins/console_extensions/spec/generated/ml.get_calendars.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,16 @@ | ||
{ | ||
"ml.get_calendars": { | ||
"url_params": { | ||
"from": "", | ||
"size": "" | ||
}, | ||
"methods": [ | ||
"GET", | ||
"POST" | ||
], | ||
"patterns": [ | ||
"_ml/calendars", | ||
"_ml/calendars/{calendar_id}" | ||
] | ||
} | ||
} |
Oops, something went wrong.