8000 Tags · ijesh/beats · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ijesh/beats

Tags

v5.5.0

Toggle v5.5.0's commit message
Setup 5.5.0 docs state to "released" (elastic#4610)

v5.4.3

Toggle v5.4.3's commit message
Version bump to 5.4.3 (elastic#4538)

v5.4.2

Toggle v5.4.2's commit message
Cherry-pick elastic#4488 to 5.4: Remove empty properties from the tem…

…plate files (elastic#4498)

* Remove empty properties from the template files

This were introduced in elastic#3515, but I think they cause issues like
the one in elastic#4483, at least in recent versions of ES.

We already removed these in master, but I didn't
realize the 5.x branches are affected.

Fixes elastic#4483.

(cherry picked from commit a373306)

* update testing env

v6.0.0-alpha2

Toggle v6.0.0-alpha2's commit message
Fix init script (elastic#4432)

* Correct the way runuser is called
* Only use `-u $beat_user` if `beat_user` is not `root`. That's because the `-u` command seems to have issues on ubuntu systems.

Fixes elastic#4429.

v5.4.1

Toggle v5.4.1's commit message
Use .go-version to specify the Go version for all CI builds (elastic#…

…4303) (elastic#4403)

Having a simple file that requires no parsing to retrieve the Go version
provides us a standard portable way to know what Go version to use for builds.
It's basically the least common denominator for builds accross CI systems
(Jenkins, AppVeyor, Travis) and operating systems.

Also changed AppVeyor to invalidate the cached Go version only when the
.go-version file changes instead of when the .appveyor.yml changes.
(cherry picked from commit 795ceab)

v6.0.0-alpha1

Toggle v6.0.0-alpha1's commit message
Fix non-deterministic vsphere datastore tests (elastic#4220)

The data used in the test appears to be simulated using `df -k`. So the assertions needed to be less strict.

And on windows, `df -k` doesn’t exist so the values are 0 which caused a panic due to a `panic: runtime error: integer divide by zero`.

v5.3.3

Toggle v5.3.3's commit message
Update how-filebeat-works.asciidoc (elastic#4199)

v5.4.0

Toggle v5.4.0's commit message
Fix console output (elastic#4045) (elastic#4130)

* fix missing return

(cherry picked from commit 18525be)

v5.3.2

Toggle v5.3.2's commit message
Update docs.asciidoc (elastic#4095)

fsstats doesn't work anymore because of a previous merge. 
Would be helpful to change fsstats -> fsstat to avoid confusion.

v5.3.1

Toggle v5.3.1's commit message
Update yaml tips (elastic#3996)

0