14 Mar 2023
02:45 AM
- last edited on
15 Mar 2023
12:31 AM
by
MaciejNeumann
Hi Folks,
Does anyone have experience with Graylog - Dynatrace integration? Is it possible to ingest logs to Dynatrace from Graylog?
Thanks in advance.
Best regards,
Mizső
Solved! Go to Solution.
Hi Mizso,
Some time ago during the POC I tested Graylog data monitoring. The solution that worked for me was to use the API to export the data. You can export data to, for example, CSV format.
See the possible functions in Graylog's API: https://go2docs.graylog.org/5-0/setting_up_graylog/rest_api.html?tocpath=Setting%20up%20Graylog%7CGe...
Then you need to create a plugin to parse this data and send it to DT. Later you will present data from graylog as metrics.
This is not a simple matter, but I hope I helped:)
Radek
Hi @radek_jasinski ,
Thank you for your tip. We are going to plan to build this solution to our client.
Best regards,
Mizső