Allow pipeline as a parameter in bulk actions

Fixes #564
This commit is contained in:
Honza Král
2017-04-17 22:12:41 +02:00
parent c318f7fa63
commit 5c658fcfb8
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ in several formats. The most common one is the same as returned by
'_type': 'document',
'_id': 42,
'_parent': 5,
'_ttl': '1d',
'pipeline': 'my-ingest-pipeline',
'_source': {
"title": "Hello World!",
"body": "..."