Is open source supports Elastic search as same as enterprise version?

Hi Team,

Is Flowable open source supports Elastic search like Flowable enterprise version?

Elasticsearch indexing of runtime and history data is not available in the Open Source version of Flowable.

Thanks @gdharley ,

Is there any option to enable Elastic Search in Open source?

As I say, the Elasticsearch feature is not available in the Opens Source version of Flowable.
You can however, intercept history and create your own endpoints:

Examples can be found here:
flowable-examples/async-history at master · flowable/flowable-examples (github.com)

Hope this helps.
Greg