Hi all After installing Splunk_TA_nix with no local/inputs on heavy forwarders the error I was seeing in this post went away. So that one was actually solved. However, the issue with missing linebreaks in the output mentionen by @PickleRick remains. "1) Breaks the whole lastlog output into separate events on the default LINE_BREAKER (which means every line is treated as separate event)" So I thought I'd see if I could get that one confirmed and/or fixed as well When searching for "source=lastlog" right now I get get a list of events from each host like so: > user2 10.0.0.1 Wed Oct 30 11:20
> another_user 10.0.0.1 Wed Oct 30 11:21
> discovery 10.0.0.2 Tue Oct 29 22:19
> scanner 10.0.0.3 Mon Oct 28 21:39
> admin_user 10.0.0.4 Mon Oct 21 11:19
> root 10.0.0.1 Tue Oct 1 08:57 Before placing the TA on the HFs I would see output only containing the header > USERNAME FROM LATEST Which is completely useless 😄 After adding the TA to the HFs this "header" line is no longer present, at all, in any events from any server. While Field names are correct and fully searchable with IP adresses, usernames etc. My question at this point is probably best formulated as "am I alright now"? 😁 Based on the feedback in the previous post I was sort of assuming that the expected output/events should be the same as the screen output when running the script locally, i.e. one event with the entire output, like so USERNAME FROM LATEST
user2 10.0.0.1 Wed Oct 30 11:20
another_user 10.0.0.1 Wed Oct 30 11:21
discovery 10.0.0.2 Tue Oct 29 22:19
scanner 10.0.0.3 Mon Oct 28 21:39
admin_user 10.0.0.4 Mon Oct 21 11:19
root 10.0.0.1 Tue Oct 1 08:57 While I can see this as being easier on the eyes and easier to interpret when found, it could make processing individual filed:value pairs more problematic in searches. So what I am wondering, is everything "OK" now? Or am I still getting events with incorrect linebreaks? I don't know what the expected/correct output should be. Best regards
... View more