OpenSearch/elasticsearch
David Kyle 537fea313f Add job config option to set the index name (elastic/elasticsearch#560)
* Add job config option to set the index name

* Check index does not already exist if ’index_name’ is set

* Don’t create alias if ‘index_name’ is the same as ‘job_id’

* Default index_name value

Set it to job_id if null and only create the index alias if job_id != index_name

* Fix compile errors after rebasing

* Address review comments

* Test if the index exists by checking the cluster state

* Update comment

Original commit: elastic/x-pack-elasticsearch@a3e7f1a5bb
2016-12-20 14:03:24 +00:00
..
licenses Change the way 3rd party licenses are distributed for the C++ components (elastic/elasticsearch#366) 2016-12-01 15:16:57 +00:00
src Add job config option to set the index name (elastic/elasticsearch#560) 2016-12-20 14:03:24 +00:00
.gitignore Moves Java code to fit x-pack style structure 2016-11-18 16:35:00 +00:00
README.asciidoc Moves Java code to fit x-pack style structure 2016-11-18 16:35:00 +00:00
build.gradle Centralises where the version is defined 2016-12-02 15:17:49 +00:00
gradle.properties Centralises where the version is defined 2016-12-02 15:17:49 +00:00

README.asciidoc

= Elasticsearch Prelert Plugin

Behavioral Analytics for Elasticsearch