How to deliver DNS log from Route 53 to on-premises ELK

0

Hi guys! I receive a requirement that needs to deliver public DNS query log from Route 53 to their existing ELK (Elasticsearch, Logstash, Kibana) located in on-premises. Although I recommended that they use CloudWatch Log, OpenSearch in AWS but they insist on leveraging their existing ELK, so I have to find solution to meet this requirement. If you know the answer, please help me. Thanks!

1 Respuesta
0
Respuesta aceptada

You could configure your Route53 logs to be sent to a Kinesis Data Firehose delivery stream, with the destination of the stream set to your ELK setup. Since you have an on-prem ELK, you would have to use an HTTP endpoint to receive this data - https://docs.aws.amazon.com/firehose/latest/dev/create-destination.html#create-destination-http

Chamal
respondido hace un año
  • thank you so much

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas