GoogleCloudPlatform / fluent-plugin-google-cloud

Plugin for Fluentd that sends logs to the Google Cloud Platform's log ingestion API.
Apache License 2.0
184 stars 97 forks source link

generic node support on Stackdriver Logging #370

Open owaranaidobby opened 4 years ago

owaranaidobby commented 4 years ago

I hope fluent-plugin-google-cloud to support generic_node. Of course, I know BindPlane meets some of these requirements. However, BindPlane is not flexible enough. For example, the functions (labels or output options, etc) of the Stackdriver Logging API cannot be fully used. Fluentd itself cannot be extended. Stackdriver officially has a resource type generic_node, so I'm glad if you can officially support it.

In addition, The solution described in a issue is categorized as "GCE VM Instance" on Stackdriver logging. If possible, the logs should be categorized as generic node. A comment in the issue say " it's on our radar.". How is this support handled today?

Thanks.

mbrezovsky commented 4 years ago

+1

Any update about resource type support?

smeeklai commented 4 years ago

Found this fork that supports generic node but it's not up-to-date