-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filebeat Logstash Module can fail parsing the pipeline id in plain logs if it contains not alphanumeric characters #17242
Labels
Feature:Stack Monitoring
module
Team:Services
(Deprecated) Label for the former Integrations-Services team
Comments
Pinging @elastic/stack-monitoring (Stack monitoring) |
lucabelluccini
added a commit
that referenced
this issue
Mar 25, 2020
Allow a wider range of characters for `logstash.log.pipeline_id`. The `NOTSPACE` should be fine, but for covering any case, `DATA` would be safer. Should solve #17242
3 tasks
ycombinator
added
the
Team:Services
(Deprecated) Label for the former Integrations-Services team
label
Mar 25, 2020
Pinging @elastic/integrations-services (Team:Services) |
ycombinator
pushed a commit
that referenced
this issue
Mar 30, 2020
* Allow a wider range of characters for logstash.log.pipeline_id Allow a wider range of characters for `logstash.log.pipeline_id`. The `NOTSPACE` should be fine, but for covering any case, `DATA` would be safer. Should solve #17242 * update tests for logstash plain 7.4 pipeline id * Failed tests * update changelog
ycombinator
added a commit
that referenced
this issue
Mar 30, 2020
…17243) (#17338) * Allow a wider range of characters for logstash.log.pipeline_id (#17243) * Allow a wider range of characters for logstash.log.pipeline_id Allow a wider range of characters for `logstash.log.pipeline_id`. The `NOTSPACE` should be fine, but for covering any case, `DATA` would be safer. Should solve #17242 * update tests for logstash plain 7.4 pipeline id * Failed tests * update changelog * CHANGELOG grooming Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
ycombinator
added a commit
that referenced
this issue
Mar 31, 2020
…17243) (#17357) * Allow a wider range of characters for logstash.log.pipeline_id (#17243) * Allow a wider range of characters for logstash.log.pipeline_id Allow a wider range of characters for `logstash.log.pipeline_id`. The `NOTSPACE` should be fine, but for covering any case, `DATA` would be safer. Should solve #17242 * update tests for logstash plain 7.4 pipeline id * Failed tests * update changelog * CHANGELOG grooming Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
ycombinator
added a commit
that referenced
this issue
Apr 2, 2020
…17243) (#17339) * Allow a wider range of characters for logstash.log.pipeline_id (#17243) * Allow a wider range of characters for logstash.log.pipeline_id Allow a wider range of characters for `logstash.log.pipeline_id`. The `NOTSPACE` should be fine, but for covering any case, `DATA` would be safer. Should solve #17242 * update tests for logstash plain 7.4 pipeline id * Failed tests * update changelog * CHANGELOG grooming * Removing fields that are not available in Filebeat 7.6 Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…lastic#17243) (elastic#17357) * Allow a wider range of characters for logstash.log.pipeline_id (elastic#17243) * Allow a wider range of characters for logstash.log.pipeline_id Allow a wider range of characters for `logstash.log.pipeline_id`. The `NOTSPACE` should be fine, but for covering any case, `DATA` would be safer. Should solve elastic#17242 * update tests for logstash plain 7.4 pipeline id * Failed tests * update changelog * CHANGELOG grooming Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Stack Monitoring
module
Team:Services
(Deprecated) Label for the former Integrations-Services team
Filebeat Logstash Module can fail parsing the pipeline id in plain logs if it contains not alphanumeric characters.
.test
which targets an invalid Elasticsearch instance or enable monitoring, targeting an invalid hostname"Provided grok expressions do not match..."
This might occur also for
.monitoring-logstash
pipeline when Logstash has monitoring enabled and the destination cluster is not up and running.A suggestion is to use
DATA
orNOTSPACE
instead ofWORD
in thegrok
processor.The text was updated successfully, but these errors were encountered: