cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kubernetes Logs Monitoring with Application Monitoring Model

We are monitoring 100+ Kubernetes clusters with Application monitoring mode due Bottle rocket OS (EKS ), So where we running Code image as init container. 

Now we want monitoring the Specific workload or Namespace logs, and didn't find any option to enable it.
What are the options to enable to specific workload or Namespace logs to Dynatrace?

 

Regards,

Venkat

2 REPLIES 2

erh_inetum
Champion

Hi Venkat,

Have you try to capture logs from namespace creating Log ingest rules?

erh_inetum_0-1739275177134.png

Hope it helps.

Regards,

Elena.

gopher
Pro

Hi @VenkataSainath.
A couple of options (we have the same with Bottle Rocket) 

1. Stream logs to Dynatrace with Fluent Bit — Dynatrace Docs

You'll probably already be using Fluent Bit for AWS, so why not leverage it and extend it to send to Dynatrace.
2. Dynatrace Collector — Dynatrace Docs 

Using OTEL to forward and enrich logs to send to Dynatrace. 

Option 2 is a little redundant if you already have FluentBit, but it will let you specify what logs you want to send compared to everything. 

Have fun.

Featured Posts