Collecting data into Elasticsearch from Oracle (Oracle Enterprise Manager)

Hi, I would like some assistance on how to gather data from Oracle (Oracle Enterprise Manager) and put it into Elasticsearch.

I have total three server as of now
Server 1 - Elasticsearch installed (Windows)
Server 2 - Kibana and logstash installed (Windows)
Server 3 - Oracle Db

Hi Rohan_Nayak, Welcome to the Elastic community.

I assume, You are looking for monitoring Oracle DB. You can try Oracle integration using Elastic agent.

Hi Ashish,

I cannot use Oracle Integration i want to connect Oracle OEM to elastic
Oracle DB - Oracle OEM - ELK i want to follow this process

If you cannot use the native integration, then you will need to build something to get the data you want.

I'm not familiar with Oracle OEM, does it have an API? Or it logs the data you want anywhere? If it has an API you may build a python script to query this API and send it to Elasticsearch for example.

This is more related to Oracle than to Elastic, once you get the data there are multiple ways to send it to Elasticsearch.