Replies: 1 comment 2 replies
-
@peterbom One thing we noticed on a large cluster, the data can be overwhelming on what is collected. If we wanted to just collect windows logs or networkoutbond logs, etc. Is it possible to customize the yaml and only collect data from the provided collector? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From #168, we have now already:
collect-windows-logs.ps1
(for supported clusters)There will probably be diminishing returns for the work involved in further Windows capabilities, and so these may not be addressed in the near term but should be noted for future consideration. These include:
DnsCollector
which readsresolv.conf
(in both the container and host). However, I haven't fully explored thecollect-windows-logs
output, and it's possible this contains enough DNS information already.iptables
output. Again, something like this might already be in thecollect-windows-logs
output.Any more ideas can be added here.
Beta Was this translation helpful? Give feedback.
All reactions