Can we have views in Elastic Search?

How can we implement views in Elastic Search? like SQL views we have in RDBMS.

Is there any query mechanism to implement this?

Thanks,
Surya

The closest thing I can think about is filtered aliases. What is the problem you are trying to solve?

Thanks for the response. aliases might help me. Also is there a way to rename our fields before persisting data into elastic? Like in DB I have fname but when I store data in elastic it should be firstname. and I am not using POJOs for my fields.

You can process your data using either Logstash or an ingest pipeline. See this blog post for a comparison.

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