Skip to content
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

Automatic merge from 5.3 to 5.4 branch #4096

Merged
merged 25 commits into from
Apr 24, 2017

Conversation

tsg
Copy link
Contributor

@tsg tsg commented Apr 24, 2017

There were several non-docs commits that are found in 5.3 but not in 5.4. To make sure we don't lose any bug fixes, I'm doing a merge from 5.3 to 5.4. A merge from 5.4 to 5.x will likely follow.

This includes fixes like #3907, #3909, #4037 and docs fix #3875.

There were no significant conflicts.

dedemorton and others added 25 commits April 4, 2017 10:01
- Fix parsing regular expression matching patterns for log lines starting with
  a date, by taking an optional literal string/character suffix into account
  (panic with index out of error, due to expecting a digit-pattern)
- add more test cases for regression
- add support to flatten nested repetitions like `(\d{2}){2}` into `\d{4}`, so
  more date-like patterns can be captured. This adds support for capturing
  `\d\d\d\d` as simplified `\d{4}` pattern.

(cherry picked from commit 4808f1c)
* Allow  in Apache access log byte count

(cherry picked from commit a083077)
…lastic#4037) (elastic#4046)

If one prospector started to already send data and a second one was misconfigured, the beat paniced during shutdown. This is no prevented by properly shutting down the crawler also on error.

Closes elastic#3917
(cherry picked from commit 95195cc)
* add  kafkabeat

kafkabeat read data from kafka

* Update communitybeats.asciidoc
@ruflin ruflin merged commit 316fe23 into elastic:5.4 Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants