Replies: 1 comment 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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