You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to send event data as output to a gRPC stream. Is there a plan to add support for this? Is there a guideline document that we can add for our internal use?
The text was updated successfully, but these errors were encountered:
Hello! At the moment, we have no plans to implement a gRPC stream output driver. However, we are open to contributions! You can take a look at the outputs documentation to get some guidelines for writing a new output driver. Don't hesitate to ask for help if you need it :-)
You can also use another output driver, such as the Unix socket output, and interface it with another tool of your choice to finally send events in a gRPC stream.
I want to send event data as output to a gRPC stream. Is there a plan to add support for this? Is there a guideline document that we can add for our internal use?
The text was updated successfully, but these errors were encountered: