Skip to content

Commit

Permalink
Update beats framework and adapt to new processor handling. (#1982)
Browse files Browse the repository at this point in the history
* Adapt beat root cmd to processor changes.
* adapt to common.Field -> mapping.Field move
* Update beats framework to 98e0dbe
  • Loading branch information
simitt authored and graphaelli committed Mar 25, 2019
1 parent d668fdf commit 95303c3
Show file tree
Hide file tree
Showing 158 changed files with 11,587 additions and 4,673 deletions.
26 changes: 25 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,37 @@ SOFTWARE.
--------------------------------------------------------------------
Dependency: github.com/elastic/beats
Version: master
Revision: 7c338ce879cf27958c926d70b89ec9385a09e288
Revision: 98e0dbe35d1dab6d9a7c469096dcac0fe700187f
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/beats/LICENSE.txt:
--------------------------------------------------------------------
Apache License 2.0


--------------------------------------------------------------------
Dependency: github.com/elastic/ecs
Revision: b9f735dd33b0bbb95dbca4229397c9b7f81f8f53
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/ecs/LICENSE.txt:
--------------------------------------------------------------------
Apache License 2.0

-------NOTICE.txt-----
Elastic Common Schema
Copyright 2018 Elasticsearch B.V.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

--------------------------------------------------------------------
Dependency: github.com/elastic/go-lumber
Revision: 616041e345fc33c97bc0eb0fa6b388aa07bca3e1
Expand Down
5 changes: 0 additions & 5 deletions _beats/dev-tools/ecs-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,6 @@
alias: true
beat: filebeat

- from: system.auth.ssh.event
to: event.action
alias: true
beat: filebeat

- from: system.auth.program
to: process.name
alias: true
Expand Down
4 changes: 4 additions & 0 deletions _beats/libbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
description: >
Contains common beat fields available in all event types.
fields:
- name: agent.hostname
type: keyword
description: Hostname of the agent.

- name: beat.timezone
type: alias
path: event.timezone
Expand Down
Loading

0 comments on commit 95303c3

Please sign in to comment.