Paul Donald

Results 964 comments of Paul Donald

Another thing I've noticed: if paStash has a receiving module active for TCP, shutting down the docker image, or CTRL+C from the console takes a lot longer. I think it's...

I turned on simple (debug) logging to show what my AppSecret ingests from the syslog_tcp module. You can see how it even preserves the indented space and doesn't even trim()...

For comparison, this is what happens via UDP (when you look at the differences, you'll see how TCP is misbehaving) recipe ``` input { udp { host => 0.0.0.0 port...

So irrespective of what regexp I have in the recipe, e.g. ``` regex => /^(\S+\s+\S+\s+\d+:\d+:\d+)(\s\S+[^:]){1,3}(:.*|:)$/ ``` or ``` regex => /^(.*)$/ ``` The TCP syslog received lines are passed verbatim,...

> I guess you would need the multiline filter to split those? What are you actually trying to do here? Considering the size of that message, TCP seems to be...

Any progress on your investigations?

If you can make any progress on this, this would promise integration of a few SBCs and PBXes.

Pulled in the latest. Using 8b894632517ec911a1fc607c490c0df936007eac How would I verify I'm using `w/ plugin exstensions`? Edit: No difference in behaviour

*shrug* like I said, I'm using 8b894632517ec911a1fc607c490c0df936007eac (from this repo) I run `docker-compose up` - I don't use npm directly. Although I see a few of those commands fly past...

Got it - thanks. Is a pastash.conf possible in a docker-compose scenario? If you have any test branches you want me to try, post it here. This (debug) installation will...