summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/ingest/PipelineStoreTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-07-10remove ingest.new_date_format (#25583)Tal Levy
2017-05-08add option for _ingest.timestamp to use new ZonedDateTime (#24030)Tal Levy
2017-03-02[INGEST] Added processor type and tag header to error when processor type isn...Martijn van Groningen
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-12-19Added ability to remove pipelines via wildcards (#22149) (#22191)Grzegorz Gajos
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-08-27Don't rebuild pipeline on every cluster state updateIgor Motov
2016-07-26[Ingest] Add REST _ingest/pipeline to get all pipelinesChris Earle
2016-07-05Merge branch 'master' into ingest_plugin_apiRyan Ernst
2016-07-04Persistent Node Ids (#19140)Boaz Leskes
2016-07-01Merge branch 'master' into ingest_plugin_apiRyan Ernst
2016-06-30Ingest: Remove generics from Processor.FactoryRyan Ernst
2016-06-30Tests pass, started removing generics from processor factoryRyan Ernst
2016-06-21ingest: merged o.e.ingest.core with o.e.ingest and in ingest-common module ad...Martijn van Groningen
2016-06-15new ScriptProcessor for Ingest (#18193)Tal Levy
2016-06-07ingest: Move processors from core to ingest-common module.Martijn van Groningen
2016-06-01ingest: added `ignore_failure` option to all processorsMartijn van Groningen
2016-03-25separated attributes from node roles in DiscoveryNodejavanna
2016-03-07Added ingest info to node info API, which contains a list of available proces...Martijn van Groningen
2016-02-04ingest: Added foreach processor.Martijn van Groningen
2016-02-02revert PipelineFactoryError handling with throwing ElasticsearchParseExceptio...Tal Levy
2016-01-29Introduce Pipeline Factory Error Responses in Node IngestTal Levy
2016-01-20added constructors for the required parameters and removed the body of all va...Martijn van Groningen
2016-01-20changed delete pipeline request to getters and setters in right format and va...Martijn van Groningen
2016-01-20removed the ClusterService constructor dependency from PipelineStoreMartijn van Groningen
2016-01-20fix PutPipelineRequest commentsMartijn van Groningen
2016-01-20replaced custom PipelineMissingException with ResourceNotFoundExceptionMartijn van Groningen
2016-01-15remove BiFunction<Environment, TemplateService, Processor.Factory> in favour ...javanna
2016-01-13Move the pipeline configuration from the dedicated index to the cluster state.Martijn van Groningen
2016-01-08dynamic option is a string, not a booleanMartijn van Groningen
2016-01-08Removed index template and instead create `.ingest` with settings and mapping...Martijn van Groningen
2016-01-06remove needless changes (missing static imports)javanna
2016-01-06wip: move all the ingest infra to corejavanna