Hi,
I have a considerable amount of information in a Postgresql database. Registers are inserted on this database on demand. We are currently interested in syncronize this database and Elasticsearch in order to have the same information in both the Posgresql data base and an Elasticsearch index, also considering that the Elasticsearch index is updated when new information is inserted into the database (I've seen this process called streaming of information).
I've searched for some solutions online, most of which proposes using Logstash or external tools. For another indexing task we, have an already configured filebeat process, so I'd like to know if there's a way of configuring filebeat to perform this syncronisation. I've read some tutorials regarding the indexing of postgresql log information using filebeat; however, we are interested in the information sync.
Thanks in advance,
Best regards,