Can we replace database with elastic for logs?

Hi, currently we use postgresQL for storing logs. Planning to replace entire PG database with Elastic.
As logs data is completely static, we do not have any updates or relationships with other tables.

Few questions trembling around..

- How safe is the data on elastic?
we use single node. Is it the same risk as it was with postgresQL?
planning to use time series indexing with aliases for better performance.

- When indexing multiple docs, changes of not getting indexed?
I have tested indexing multiple documents at higher rate and found few documents missing in index. How to handle such missing docs? Ofcourse, we are planning to use some queueing system like rabbitMQ in between but any option in elastic to handle ?

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