Replies: 2 comments 3 replies
-
@hack3rcon For example, is <filter winevt.raw>
@type record_transformer
enable_ruby true
<record>
event_id ${record["event_id"]}
handle_id ${record["handle_id"]}
username ${record["username"]}
hostname ${record["hostname"]}
object_name ${record["object_name"]}
timestamp ${Time.at(record["TimeCreated"].to_i).iso8601}
</record>
</filter> |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm having a similar issue. @hack3rcon Did you get this working? To my understanding, I should be seeing the raw logs in the storage file but I'm not. I do see them however in the stdout file. Permissions look correct. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is a problem?
Hello,
I want to collect information about IDs 4660, 4663, 4656 and 4659 and send it to Loki server. I want this information to be in JSON format and each on one line. On Loki server I don't get any information:
The contents of the
windows_eventlog2.json
file are as follows:{"security":"<BookmarkList>\r\n <Bookmark Channel='Security' RecordId='147964' IsCurrent='true'/>\r\n</BookmarkList>"}
Describe the configuration of Fluentd
https://pastebin.com/swjQd53k
Describe the logs of Fluentd
https://pastebin.com/8eYGx4zC
Environment
Beta Was this translation helpful? Give feedback.
All reactions