Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Windows container FluentD querying Windows event logs #3117

Closed
inosvaruag opened this issue Aug 28, 2020 · 2 comments
Closed

Support Windows container FluentD querying Windows event logs #3117

inosvaruag opened this issue Aug 28, 2020 · 2 comments
Labels
moreinfo Missing version, need reproducible steps, need to investigate more

Comments

@inosvaruag
Copy link

Is your feature request related to a problem? Please describe.

FluentD currently only runs as a service or local process. It cannot be used as a container on Windows and get the underlying VM's event logs. File logs can be captured using mounts.

Describe the solution you'd like

Allow FluentD to accept credentials and login to the underlying host for getting access to event logs. Remote event log access, WMI Remoting, Powershell remoting, CIM sessions, etc. could be used for establishing this connection.

Describe alternatives you've considered

There is no way of running FluentD to get underlying VM's event logs from within a container

@repeatedly repeatedly added the moreinfo Missing version, need reproducible steps, need to investigate more label Aug 28, 2020
@repeatedly
Copy link
Member

repeatedly commented Aug 28, 2020

I'm not sure what feature is needed in fluentd core.
Writing plugin is not enough for this?

@inosvaruag
Copy link
Author

Thank for the tip, I opened fluent/fluent-plugin-windows-eventlog#65 on the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moreinfo Missing version, need reproducible steps, need to investigate more
Projects
None yet
Development

No branches or pull requests

2 participants