Manual Installation on local machine. How do I connect and synch elastic search data to postgresql db

Manual Installation on local machine. How do I connect and synch elastic search data to postgresql db

Why would you want to do that?

There is not out-of-the-box solution for this - nor is there a use-case that I know of.

How you would do it depends on why you want to do it.

Josh

Hi @jwulf , I was trying to relate it with camunda7 , where the process instance related data is stored in DB and can be used for audit/ reporting purpose.
But I realize now that With Elastic Search I can use ELK/ Kibana.

Thanks.

Hi @jwulf , Do you know how can I use operate rest api’s with Manual installations.

So I have Operate, elastic search and Zeebee running on my Machine. When I try to run Operate rest api’s in postman for my localhost , its gives 401. What authorization can I give to run operate rest api from lcoalhost for Manual Instalations of camunda?