Open ShaneCal opened 4 years ago
@lukewaite, am I missing something obvious to get this going?
@lukewaite please help
@ShaneCal seems to me if you use logstash-input-cloudwatch-logs
plugin your configuration has to look like mentioned here https://github.com/lukewaite/logstash-input-cloudwatch-logs#example
input { cloudwatch_logs {
instead provided
input{ cloudwatch {
It may be just a typo.
Hi,
I am outputting my RDS logs to cloudwatch logs and am trying to pass them to ES using this plugin.
My configuration file looks like this:
Here are a couple of examples of the messages from the RDS logs that I want to be returned to ES:
I am a little confused here because there are no traces of these messages in what is being returned to ES right now. Here is the JSON currently being returned to ES:
Can someone help me getting these messages back and parsing them according to field?