Skip to content

Commit

Permalink
Update to beats 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed Feb 4, 2017
1 parent 2e02022 commit 7183940
Show file tree
Hide file tree
Showing 1,107 changed files with 30,811 additions and 4,258 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Build Status](https://travis-ci.org/christiangalsterer/execbeat.svg?branch=master)](https://travis-ci.org/christiangalsterer/execbeat)
[![codecov.io](http://codecov.io/github/christiangalsterer/execbeat/coverage.svg?branch=master)](http://codecov.io/github/christiangalsterer/execbeat?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/christiangalsterer/execbeat)](https://goreportcard.com/report/github.com/christiangalsterer/execbeat)
![Elastic Beats 5.2.0](https://img.shields.io/badge/Elastic%20Beats-v5.2.0-blue.svg)
![Golang 1.7.4](https://img.shields.io/badge/Golang-v1.7.4-blue.svg)

# Overview

Expand Down Expand Up @@ -122,9 +124,10 @@ This will fetch and create all images required for the build process. The comple

# Releases

2.1.1 (2017-01-14)
2.2.0 (2017-02-04) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/2.2.0)
* Update to beats v5.2.0

[Download](https://github.com/christiangalsterer/execbeat/releases/tag/2.1.1)
2.1.1 (2017-01-14) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/2.1.1)

Starting with this release pre-compiled binaries for different operating systems are available under the respective tag in the github project.

Expand Down
2 changes: 1 addition & 1 deletion execbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.1.2"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down
3 changes: 2 additions & 1 deletion execbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.1.2"
"version": "5.2.0"
},
"dynamic_templates": [
{
Expand Down Expand Up @@ -95,6 +95,7 @@
},
"order": 0,
"settings": {
"index.mapping.total_fields.limit": 10000,
"index.refresh_interval": "5s"
},
"template": "execbeat-*"
Expand Down
19 changes: 13 additions & 6 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ owners:
homepage: https://github.com/christiangalsterer
import:
- package: github.com/elastic/beats
version: v5.1.2
version: v5.2.0
subpackages:
- libbeat/beat
- libbeat/cfgfile
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

var version = "2.1.1"
var version = "2.2.0-SNAPSHOT"
var name = "execbeat"

func main() {
Expand Down
5 changes: 2 additions & 3 deletions vendor/github.com/Shopify/sarama/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/Shopify/sarama/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/Shopify/sarama/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/Shopify/sarama/Vagrantfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/Shopify/sarama/async_producer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/github.com/Shopify/sarama/async_producer_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7183940

Please sign in to comment.