logstash-filter-json icon indicating copy to clipboard operation
logstash-filter-json copied to clipboard

Results 28 logstash-filter-json issues
Sort by recently updated
recently updated
newest added

(this feature requires changes in some underlying libraries to be implemented, but I decided to report it to provide purpose, going to report separate request to jrjackson) **TLDR** Jackson parser...

enhancement

- Version: logstash-7.0.1 - Operating System: ubuntu - Config File (if you have sensitive info, please remove it): input { stdin {} } filter { json { source => "message"...

I am facing jsonparsefailure because of character limit in json filter .Please help me with that Logstash Version: 7.6.2

Ref: Logstash bug [14821](https://github.com/elastic/logstash/issues/14821) **Logstash information**: ``` $ docker run --rm -p 6996:6996 docker.elastic.co/logstash/logstash:8.5.3 -e '' --version Using bundled JDK: /usr/share/logstash/jdk Sending Logstash logs to /usr/share/logstash/logs which is now configured...

bug

- Version: logstash-filter-json (3.0.5) (as part of logstash 6.5.1) - Operating System: osx 10.13.6 - Config File (if you have sensitive info, please remove it): ``` output { stdout {...

It's conceivable that one would want the target field name to be chosen dynamically using the contents of another field, so pass the target option value through sprintf. Fixes #28....

status:needs-triage

As discussed in elastic/logstash#5081

status:needs-triage

- Version: 5.5.0 - Operating System: CentOS 7.3 - Config File (if you have sensitive info, please remove it): ``` json { source => "message" target => "message" skip_on_invalid_json =>...

**Logstash information**: Please include the following information: 1. Logstash version *7.13* 2. Logstash installation source *Official docker* **JVM** (e.g. `java -version`): Bundled **OS version** (`uname -a` if on a Unix-like...

bug

If the source field is empty, then the following (misleading) warning is posted: ``` Parsed JSON object/hash requires a target configuration option {:source=>"[json_data]", :raw=>""} ``` It would be better if...