Julien Guay
Julien Guay
- Version: LS 6.5.6 and 6.1.2 - Operating System: CentOS 7 - Steps to Reproduce: [docker_squidAndLogstashWithIptables.zip](https://github.com/elastic/logstash/files/1649887/docker_squidAndLogstashWithIptables.zip) 1- Create an image from logstash image adding iptables (using my docker id): ```...
At the moment beside creating a new image/Dockerfile, it is not possible to add a JDBC source at container level via environment variables or volume ** similar issue : **...
https://jolokia.org/reference/html/protocol.html#read see 6.2.1.2 Post read request Request is to implement the key path. Here is an example. This snippet returns 55 metrics : ``` jmx.mappings: - mbean: 'java.lang:name=PS MarkSweep,type=GarbageCollector' attributes:...
**Current behaviour** When I connect to a container which may be down or not yet started, I hit error like this one ``` nflow0 | time="2019-03-15T10:32:45Z" level=fatal msg="Error connecting to...
Running standalone APM Server 8.x without elasticsearch output nor kibana endpoint will return ``` {"log.level":"error","@timestamp":"2023-06-19T01:02:04.567Z","log.logger":"beater","log.origin":{"file.name":"beater/beater.go","file.line":368},"message":"error waiting for server to be ready: cannot wait for integration without either Kibana or Elasticsearch...
Currently on master branch of this repository, podman is not supported The request is to add ability to use podman on RHEL 8 per https://www.elastic.co/guide/en/cloud-enterprise/3.6/ece-setup-rhel8-podman-onprem.html
At the moment the installation script is owned by root in elastic home directory with execution permissions on any user ``` $ ls -l /home/elastic/ -rwxr-xr-x 1 root root 54962...
Plugin allows for : - [query_template](https://www.elastic.co/guide/en/logstash/7.4/plugins-filters-elasticsearch.html#plugins-filters-elasticsearch-query_template) : where query_string is stored on disk as per your example - [query](https://www.elastic.co/guide/en/logstash/7.4 /plugins-filters-elasticsearch.html#plugins-filters-elasticsearch-query) : where query_string is passed directly to be executed -...
### Description Feature request also raised in https://github.com/logstash-plugins/logstash-patterns-core/issues/326 At the moment the default patterns coming from ecs-v1 use [host.hostname](https://github.com/search?q=repo%3Aelastic%2Felasticsearch+path%3A%2F%5Elibs%5C%2Fgrok%5C%2Fsrc%5C%2Fmain%5C%2Fresources%5C%2Fpatterns%5C%2Fecs-v1%5C%2F%2F+host.&type=code) (same is defined for [logstash ingest node](https://github.com/search?q=repo%3Alogstash-plugins%2Flogstash-patterns-core+path%3A%2F%5Epatterns%5C%2Fecs-v1%5C%2F%2F+hostname&type=code)) [ECS documentation for host](https://www.elastic.co/guide/en/ecs/8.11/ecs-host.html)...
### Related to Web-Frontend (what users interact with), Ansible (task execution), Configuration ### Impact nice to have ### Missing Feature User `john` runs a terraform task that creates a VM...