-
Hello, this might be me just not understanding what is going on, but I'm getting this error log below. I'm just trying to see how the evtx logs would look locally on the host before moving on with pushing it to an aggregator. ERROR vector::cli: Configuration error. error=invalid type: sequence, expected a string for key Config file is here #gets powershell logs #prints out the powershell logs to the path below |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @umpa385 ! The error could definitely be improved here, but it is because the |
Beta Was this translation helpful? Give feedback.
Hi @umpa385 ! The error could definitely be improved here, but it is because the
path
for thefile
sink should be a single string rather than a list as you have here. Try settingpath = "C:\Users\Administrator\Documents\vector.log"
.