TotalGriffLock

Results 14 comments of TotalGriffLock

Here's the dynamic template generated for this index (and therefore this plugin's messages because nothing else logs to that input) `$ curl -X GET "localhost:9200/_template/gelf-template?pretty=true"` ```json { "gelf-template" : {...

I have resolved this myself, via https://community.graylog.org/t/graylog-metrics-plugin-feeding-data-via-gelf-to-graylog-causing-parsing-errors/16356/3 Most of the values for metrics are numbers so Graylog/ES correctly decide to store the "value" field as a [long]. However there are...

That didn't appear to be working either, but this does. Can't spend any more time on it right now, but if anyone else is having the same problem this will...

Thanks for your response. Do you have an ETA for this new connector?

> @TotalGriffLock Out of curiosity, where is this regex? what configuration file or code has it? Buried somewhere in the inner workings of Log Analytics/Sentinel and not user-accessible. The logs...

> > @T3LC0 Yea, I got it to compile but unfortunately looks like Unifi have borked the any ability to run containers in v3 of the OS. There are some...

See PR 445 https://github.com/vmstan/gravity-sync/pull/445

In addition to the above, and I know that you do not cover VMware permissions in your docs but this may be useful info for other users, I also had...

As this server was already overdue a distribution upgrade that was my go-to solution, I'm afraid I did not try any workarounds.

Perhaps an if statement based around `urllib.request.__version__` would suffice