Ok So for Context, we have a on prem ELK stack, where we ship via filebeats installed locally, to Logstash, then onto our elasticsearch cluster.
I have now been asked by a stakeholder to help them do the same but from an AKS cluster,
I have had a look on the web for a solution, and found this Run Filebeat on Kubernetes | Filebeat Reference [7.17] | Elastic
but it doesn't detail how to do this for logstash.
Can anyone advise what changes would be needed to the Yaml file to make this work.
TIA