Hi,
I have used fluetnd out_file and cloudwatch plugins
to output my log lines to log files, Now I want to send the output to
stackdriver. I tried the official documentation for that. But a lot of
configuration parameters are missing . For example in cloudwatch_logs we
can authenticate easily by using aws_key_id and aws_sec_key. Instead
here we have to use a private key file. But I don't know where to
specify(parameter) it in the configuration file.
Also in cloudwatch I can send the one field that has data by using message_keys msg. I also used log_group_name and log_stream_name with ${key} to accommodate as variables.
Can I use buffer to specify chunks in this plugin with fields in the json object(custom keys)?
Is stack-driver plugin is capable in something simillar to these?
Also can anyone share a example configuration of stack-driver in using for logging!
I am not using specifically google fluentd but fluentd. I have installed the required gem.
Any help is highly appreciated!
Thanks!