-
Will be great to be able to use logparser to analyze logs send to journald.
Seems that it will be the standard, even InfluxDB and Telegraf are sending logs by default to journald.
I guess it sho…
-
## Bug report
We have telegraf running on all servers in our infrastructure. As they are provisioned via puppet they should have a similar configuration. We have one group of servers that act as ap…
-
## Bug report
We're doing metrics collecting in regards to page speed, which is why we don't want to log the method of each page (excessive logging), and we also use GROUP BY searches (which get mo…
-
**orimarko** ([Bug 61724](https://bz.apache.org/bugzilla//show_bug.cgi?id=61724&redirect=false)):
Add __sha1 and __sha256 functions to JMeter
Created attachment [patch.patch](https://apache.github.io…
-
these should be supported in a way similar to logstash: https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html#_synopsis_128
use-case from Google mailing list:
> eg: If I mat…
-
Server should process requests withing given timeout. So, I create `timedOut` ivar and start a job that fills the ivar after the timeout.
The problem is than it cases memory leak. Profiler shows cons…
-
## Bug report
I want to filter out all the logs from bots, so I setup a custom pattern with a regex that only match user-agent that don't contain the words "bot" and "crawl"
### Relevant telegraf.…
-
## Bug report
### Relevant telegraf.conf:
```
[[inputs.logparser]]
files = ["/var/applogs/app.log"]
from_beginning = false
[inputs.logparser.grok]
patterns = ["%{APP_LOG}"]
…
-
Every 5 seconds in log:
`Mar 19 12:35:54 falcongate logparser.run[132]: FG-WARN: read_bro_notice_log - I/O operation failed. -`
File /usr/local/bro/logs/current/notice.log doesn't exists.
-
*Description*:
We found this one out the hard way. If you configure a header match with a value containing a string with regex special characters, envoy crashes hard when querying v2 RDS.
Here i…