Search::Elasticsearch::Client::8_0::Direct::Simulate - Executes ingest pipelines against a set of
Contents
Copyright And License
This software is Copyright (c) 2024 by Elasticsearch BV.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
perl v5.38.2 2024-02-04 Search::Elastic...irect::Simulate(3pm)
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>
