logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Search::Elasticsearch::Client::8_0::Direct::Simulate - Executes ingest pipelines against a set of

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

Follow Methods

follow()
           my $response = $es->simulate->ingest(
               'index' => 'test',
               'body'  => {
                   'docs' => [
                       {
                           '_id' => '123',
                           '_source' => {
                               'foo': 'bar'
                           }
                       },
                       {
                           '_id' => '456',
                           '_source' => {
                               'foo': 'baz'
                           }
                       },
                   ]
               }
           );

Name

       Search::Elasticsearch::Client::8_0::Direct::Simulate - Executes ingest pipelines against a set of
       provided

Version

       version 8.12

   DESCRIPTION
       The full documentation for Simulate ingest API is available here:
       <https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-ingest-api.html>

See Also