Hi,
I am trying to to forward logs from a heavy forwarder to a gcp bucket using the outputs.conf, but it has been unsuccessful (no logs seen in the bucket). Not sure if that has to do with my config file or something else.
Can anyone help me with an example?
This is my outputs.conf and I don't know what is wrong.
# BASE SETTINGS
[tcpout] defaultGroup = primary_indexers
forceTimebasedAutoLB = true
[tcpout:bucket_index]
indexAndForward = true
forwardedindex.0.whitelist = my_index
[bucket]
compressed = false
json_escaping = auto
google_storage_key = “12345abcde”
google_storage_bucket = my-gcp-bucket
path = /path/my-gcp-bucket route = bucket_index
... View more