-
Hello, having some issues bringing up the stack,
```
root@min1 /e/elastic# uname -a
Linux min1 3.10.0-862.14.4.el7.x86_64 elastic/stack-docker#1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86…
-
**Description of the issue:**
Compare
https://github.com/elastic/ecs/blob/6cbb5448edf921ed9b8b797bd8310003f109259a/experimental/generated/beats/fields.ecs.yml#L969-L970
With
https://githu…
-
**Describe the enhancement:**
Create a beat processor is capable of converting a character set to UTF-8.
```
- if.equals.content_type: gbk
then:
decode_charset:
field: http.respo…
-
Unfortunately on OSX there is no _any_ device like it is on Linux in order to monitor multiple interfaces. On OSX, a packetbeat instance can monitor a single interface. In order to monitor two interfa…
-
Hello,
When I follow the [Letsencrypt Walthrough](https://github.com/swimlane/elk-tls-docker/wiki/Letsencrypt%20Walkthrough) document, elasticsearch throws the following error.
`elasticsearch …
-
**Describe the enhancement:**
The `@metadata` field is [documented](https://www.elastic.co/guide/en/beats/auditbeat/current/logstash-output.html#_accessing_metadata_fields) as containing:
```
"@m…
-
**Describe the enhancement:**
Currently packetbeat kills flow when the time.now - time_since_last_traffic > timeout. There are scenarios where we would want more frequent final flows reported vs inte…
-
When following the instructions outlined in [A Full Stack in One Command](https://www.elastic.co/blog/a-full-stack-in-one-command) and running
`docker-compose -f .\docker-compose-windows.yml up`
…
-
**Describe the enhancement:**
User wants the ability to include body for all content types by specifying wildcard in the include_body_for configuration parameters in http protocols
**Describe a sp…
-
We've used Packetbeat for many purposes, and appreciate the ability to generate JSON data directly off the wire. Normally, we can place a network sniffer running beats right on a system connected to …