I am very new to ES.
I have a basic question,
to create the index after creating the pipeline as
</>PUT my_index/my_type/my_id?pipeline=attachment
{
"data": "e1xydGYxXGFuc2kNCkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0DQpccGFyIH0="
}
</>
Can Ingest automatically extract the file content if I mention the file name, like
or we have to extract the file content and push the data to elasticsearch?
May be very basic, but please help me .
Thanks,
Anjan