Can ingest automatically extract the data for indexing

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

No. You need to push data to elasticsearch.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.