Skip to content

Commit

Permalink
Merge branch 'main' into kderusso/query-rules-retriever
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso authored Oct 29, 2024
2 parents 2882d24 + b2c8ea5 commit 5720cd7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/ml/put_datafeed/MlPutDatafeedRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { Duration } from '@_types/Time'
* Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
* You can associate only one datafeed with each anomaly detection job.
* The datafeed contains a query that runs at a defined interval (`frequency`).
* If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
* If you are concerned about delayed data, you can add a delay (`query_delay`) at each interval.
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
* at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
* those credentials are used instead.
Expand Down

0 comments on commit 5720cd7

Please sign in to comment.