summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/action/ingest
AgeCommit message (Expand)Author
2016-03-24add on_failure exception metadata to ingest document for verbose simulateTal Levy
2016-03-22merge from masterBoaz Leskes
2016-03-21Remove ClusterService interface, in favor of it's only production instance #1...Boaz Leskes
2016-03-10merge from masterBoaz Leskes
2016-03-01Added `ingest_took` to bulk response to indicate how much time was spent on i...Martijn van Groningen
2016-02-12merge from masterBoaz Leskes
2016-02-10Merge pull request #16557 from talevy/ingest_hide_null_metadataTal Levy
2016-02-10Ingest: use bulk thread pool for bulk request processing (was index before)javanna
2016-02-09hide null-valued metadata fields from WriteableIngestDocument#toXContentTal Levy
2016-02-04ingest: Added foreach processor.Martijn van Groningen
2016-02-03Merge branch 'master' into make_settings_strictSimon Willnauer
2016-02-02revert PipelineFactoryError handling with throwing ElasticsearchParseExceptio...Tal Levy
2016-02-02Make settings validation strictSimon Willnauer
2016-01-29Introduce Pipeline Factory Error Responses in Node IngestTal Levy
2016-01-28Make index uuid available in Index, ShardRouting & ShardIdBoaz Leskes
2016-01-25Use Setting class to register node.ingest settingjavanna
2016-01-20fix test bugMartijn van Groningen
2016-01-20renamed SimulateDocumentSimpleResult to SimulateDocumentBaseResult and added ...Martijn van Groningen
2016-01-20addressed various commentsMartijn van Groningen
2016-01-18s/processorId/processorTagMartijn van Groningen
2016-01-15Add on_failure support for verbose _simulate execution and introduce optional...Tal Levy
2016-01-15renamed variablesMartijn van Groningen
2016-01-15Cleanup ingest initialization code.Martijn van Groningen
2016-01-13Move the pipeline configuration from the dedicated index to the cluster state.Martijn van Groningen
2016-01-13fix compile errorsSimon Willnauer
2016-01-13Merge pull request #15922 from s1monw/feature/ingestSimon Willnauer
2016-01-12make IngestProxyActionFilterTests work againjavanna
2016-01-12move assert that proxy filter should be installed on non ingest nodes onlyjavanna
2016-01-12extract IngestNodeMatcher to its own private classjavanna
2016-01-12redirect ingest requests to an ingest nodejavanna
2016-01-12Review feedback and several cleanupsSimon Willnauer
2016-01-11remove use of already processed header in favour of resetting the pipeline id...javanna
2016-01-11[TEST] move testBulkRequestModifier to existing BulkRequestModifierTests classjavanna
2016-01-11add test for bulk without any request holiding a pipeline idjavanna
2016-01-11remove use of request headers/context for pipeline id in favour of instance m...javanna
2016-01-07move all transport actions under same package org.elasticsearch.action.ingestjavanna
2016-01-07move constants to IngestActionFilterjavanna
2016-01-07adapt qa tests for when ingest.node is set to falsejavanna
2016-01-06wip: move all the ingest infra to corejavanna