Send log to ELK server

I have some firewall and want to send their log to ELK server. Can you please guide to which guide can help me to setup ELK according to Database? (pg or mysql)

I am not sure I understand what you are looking for. Could you please elaborate/ The Elastic stack (formerly referred to as ELK) does not rely or use PostgreSQL nor MySQL.

1 Like

I think to if define my scenario is better.
My scenario:
I have some server and I want to send their log to ELK and see them via kibana. and store them in a database.
help me please.

The E in ELK stands for Elasticsearch and that is the datastore used. K is for Kibana, which is the visualisation tool for analysing data stored in Elasticsearch. L is for Logstash which is one way of getting data into Elasticsearch. Another way to get data into Elasticsearch is Beats, and Filebeat in particular.

I would recommend you start by reviewing some of the resources available on the Elastic website. This page might be a good starting point:

1 Like