-
Notifications
You must be signed in to change notification settings - Fork 19
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
read_from_head does not work #39
Comments
Could you tell which is your using windows EventLog plugin, in_windows_eventlog or in_windows_eventlog 2? |
<source>
@type windows_eventlog2
@id Solarwinds_eventlog2
channels ["SolarWinds.Net","SWI Logs"]
tag Solarwinds.winevt
parse_description true
<storage>
@type local
persistent false
path C:\opt\td-agent\sw.pos2
</storage>
</source> |
The storage.json file just contains: |
|
Set that, deleted the storage.json and it is still not showing positions in it. Does there need to be something actively written to the log within a set time period? |
read_from_head requests long time to consume and write read positions. What the version do you use in_windows_eventlog2? |
the windows-eventlog plugin is 0.4.5, is that what you are meaning? |
|
I don't have render_as_xml set so it should default to true |
Hmm..., could you try to set
|
I have been trying to set this up on Windows 2016. when this is set, the agent starts and it doesn't send the logs, but it also doesn't 'stamp' the pos file with its log positions. when the agent is restarted it then sends all of the logs from the the start
Any ideas why this is?
The text was updated successfully, but these errors were encountered: