JDBC connection string

Hi Team ,

We want to ingest oracle db (jdbc connection string )
filebeat ->logstash -->elk-->kibana.
Could help us what are prerequisites for achieve this.

What do you want to ingest from the Oracle DB? The Oracle system logs or querying the data?

Beats is used to collect system logs from Oracle.
Logstash is used to query the data and move to Elastic.

ingest oracle db

Then I would recommend a pipeline like Logstash -> Elastic using the Logstash JDBC Input a JSON Filter for transformations, and a Elasticsearch Output.

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