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

Enriching logs with AWS entity information

manisundaram
Contributor

we have 2 integrations in place

1. AWS Cloudwatch integration, where we are pulling in cloudwatch metrics for various AWS Services

2. Log integration. We are pulling in AWS Database Migration service logs from cloudwatch into Dynatrace

When logs are coming in, they are not getting mapped to entities (AWS DMS Entities) 

When looking through documentation for Dynatrace, entity linking is not available for DMS Services - https://docs.dynatrace.com/docs/shortlink/lma-stream-logs-with-firehose#view-aws-logs

 

We are thinking if we can use OpenPipeline to achieve this ? Is it possible - any thoughts ?

2 REPLIES 2

RohitBisht
Dynatrace Advisor
Dynatrace Advisor

Hi Mani,

It is possible you can get the "entity id" from the AWS service and manually tag the logs using classic log processing rules or openpipeline. 
I have done something similar in the past for cloudwatch logs and it works well.
Best is to get details about the AWS service entity from the API and then reuse it to map the topology accordingly.
https://docs.dynatrace.com/docs/shortlink/api-entities-v2-get-entity

RB

Featured Posts