Searched refs:ingest (Results 1 – 10 of 10) sorted by relevance
100 public function ingest($parent, IngestMessageRequest $postBody, $optParams = []) function in Google\\Service\\CloudHealthcare\\Resource\\ProjectsLocationsDatasetsHl7V2StoresMessages
79 $params['body'] = (array) The ingest definition (Required)
42 --env ingest.geoip.downloader.enabled=false
167 protected $ingest; variable in Elasticsearch\\Client 290 $this->ingest = new IngestNamespace($transport, $endpoint);1763 * Returns the ingest namespace1765 public function ingest(): IngestNamespace function in Elasticsearch\\Client 1767 return $this->ingest;
1759 ],'ingest' => [1760 'path' => 'v1/{+parent}/messages:ingest',
47 * Added the `ingest.geoip.downloader.enabled=false` setting for ES
74 * <<Elasticsearch_Clientingest_ingest,`ingest()`>>1070 .`ingest()`1075 Returns the ingest namespace
100 * Added `ignore_failure` option to suitable ingest processors by @deguif [#2003](https://github.com/ruflin/Elastica/pull/2003)228 * Used new ingest pipeline endpoints classes [#1834](https://github.com/ruflin/Elastica/pull/1834)538 - [Mapper Attachment plugin has been removed](https://github.com/elastic/elasticsearch/pull/20416) Use Ingest-attachment plugin and attachment processors with pipeline to ingest new documents. [#1375](https://github.com/ruflin/Elastica/pull/1375)552 - Implemented [Pipeline](https://www.elastic.co/guide/en/elasticsearch/reference/current/pipeline.html) and [Processors](https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-processors.html). [#1373](https://github.com/ruflin/Elastica/pull/1373)
2682 /* ingest code and move read head */