Robert Paschedag
Robert Paschedag
Hi, we need to ingest a very high rate of syslog data into elasticsearch. We are using this configuration ``` module (load="imptcp" threads="8" processOnPoller="off") module (load="builtin:ompipe") module (load="builtin:omfile") module (load="builtin:pmrfc3164")...
## Release notes [rn:skip] ## What does this PR do? Very rudimentary implementation to parse cgroup v2 information. This PR code should just be a PoC. It shows, that -...
Hi Elastic, please add support to fetch and export `cgroup` metrics when using `cgroup v2`. `cgroup v2` is now mostly used by default in current Linux distributions and kernel. Within...
Change return types of "split" and "splitn" to map[string]interface{} (instead of map[string]string)
Hi, I just noticed, that I cannot use `hasKey` function on a `dict` created by the `split` or `splitn` functions, as they both return `dict`s of type `map[string]string` whereas most...
This PR allows you to - optionally - use a predefined [token role](https://developer.hashicorp.com/vault/api-docs/auth/token#create-update-token-role) when requesting new **child tokens** while `limiting policies`. Instead of requiring the **requesting** AppRole to have to...
**Is your feature request related to a problem?** The goal is to also cleanup the data from *remote snapshot repository*, if the data has *aged out*. Currently, we can "only"...
**What is the bug?** When defining an *index_pattern* within an ISM policy, the "normal" index-pattern syntax is not allowed. The error `[index_management_exception] Validation failed: 1: index_pattern ]c0666_log-*,-*_remote] must not contain...