I want to access aws cloudwatch logs from azure datafactory and process them using a python script

Lenin 0 Reputation points
2024-08-07T18:05:10.96+00:00
  1. Can I use authly instead of access token and secret keys to access cloud watch logs?
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,646 Reputation points Moderator
    2024-08-08T07:50:01.45+00:00

    @Lenin - Thanks for the question and using MS Q&A platform.

    To access AWS CloudWatch logs from Azure Data Factory, you can use the via REST API.

    For more details, refer to MS Q&A thread addressing similar issue: https://learn.microsoft.com/en-us/answers/questions/962565/want-to-access-aws-cloudwatch-from-adf

    Regarding your question, I'm not sure what you mean by "authly". If you are referring to AWS Cognito authentication, it is not supported in Azure Data Factory.

    The following properties are supported for the REST linked service:

    200208-image.png

    For more details, refer to Copy and transform data from and to a REST endpoint by using Azure Data Factory.

    How to access aws cloudwatch logs in Azure?

    If you’re working in Amazon Web Services (AWS) or have a multi-cloud environment that includes AWS, a solid logging and monitoring solution should be an essential part of your deployment and monitoring strategy. In AWS, this takes the form of CloudWatch, a service designed to collect diagnostic logging, utilization metrics, and events inside your service(s). However, if you’re looking for a fast, scalable solution to query your logs, it is possible to take the data collected in your CloudWatch Log Groups and send that information over to Azure Data Explorer and then use the power of Kusto to provide powerful analysis and reporting over any volume of your logging data for all your log groups.

    thumbnail image 1 of blog post titled  Exporting AWS CloudWatch Logs to Azure Data Explorer

    For more details, refer to Exporting AWS CloudWatch Logs to Azure Data Explorer

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.