Skip to content

Commit

Permalink
Update beats framework to 33e323cd6200 (#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt authored May 27, 2020
1 parent e5585f8 commit cd6339f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 45 deletions.
10 changes: 5 additions & 5 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Contents of "LICENSE":
--------------------------------------------------------------------
Dependency: github.com/elastic/beats/v7
Version: v7.0.0
Revision: 43f5689e11d1
Revision: 33e323cd6200
License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Expand Down Expand Up @@ -2921,7 +2921,7 @@ Contents of "LICENSE":

--------------------------------------------------------------------
Dependency: golang.org/x/sys
Revision: 6aff5f38e54f
Revision: 059865788121
License type (autodetected): BSD-3-Clause
Contents of "LICENSE":

Expand Down Expand Up @@ -3083,7 +3083,7 @@ License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Dependency: gopkg.in/jcmturner/gokrb5.v7
Version: v7.3.0
Version: v7.5.0
License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Expand All @@ -3093,7 +3093,7 @@ License type (autodetected): Apache-2.0

--------------------------------------------------------------------
Dependency: gopkg.in/yaml.v2
Version: v2.2.8
Version: v2.3.0
License type (autodetected): Apache-2.0
Contents of "NOTICE":

Expand All @@ -3113,7 +3113,7 @@ Contents of "NOTICE":

--------------------------------------------------------------------
Dependency: gopkg.in/yaml.v2
Version: v2.2.8
Version: v2.3.0
License type (autodetected): MIT
Contents of "LICENSE.libyaml":

Expand Down
8 changes: 5 additions & 3 deletions docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1764,10 +1764,12 @@ Contains common beat fields available in all event types.
*`agent.hostname`*::
+
--
Deprecated - use agent.name or agent.id to identify an agent. Hostname of the agent.
Deprecated - use agent.name or agent.id to identify an agent.
type: keyword
type: alias
alias to: agent.name
--
Expand Down Expand Up @@ -1804,7 +1806,7 @@ alias to: host.name
--
type: alias
alias to: agent.hostname
alias to: agent.name
--
Expand Down
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ require (
github.com/cespare/xxhash/v2 v2.1.1
github.com/client9/misspell v0.3.5-0.20180309020325-c0b55c823952 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/dop251/goja v0.0.0-20200414142002-77e84ffb8c65 // indirect
github.com/dop251/goja v0.0.0-20200523215041-e92122c4a4c8 // indirect
github.com/dop251/goja_nodejs v0.0.0-20200128125109-2d688c7e0ac4 // indirect
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200508191243-43f5689e11d1
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20200525181019-33e323cd6200
github.com/elastic/go-elasticsearch/v7 v7.5.0
github.com/elastic/go-elasticsearch/v8 v8.0.0-20200210103600-aff00e5adfde
github.com/elastic/go-hdrhistogram v0.1.0
Expand All @@ -28,8 +28,10 @@ require (
github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc
github.com/hashicorp/golang-lru v0.5.3
github.com/jaegertracing/jaeger v1.16.0
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/josephspurrier/goversioninfo v0.0.0-20200309025242-14b0ab84c6ca // indirect
github.com/jstemmer/go-junit-report v0.9.1
github.com/klauspost/compress v1.9.3-0.20191122130757-c099ac9f21dd // indirect
github.com/magefile/mage v1.9.0
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/modern-go/reflect2 v1.0.1
Expand All @@ -53,15 +55,14 @@ require (
go.elastic.co/ecszap v0.2.0 // indirect
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect
golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375 // indirect
google.golang.org/grpc v1.27.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)

Expand Down
Loading

0 comments on commit cd6339f

Please sign in to comment.