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

Update go-modules with master #16274

Merged
merged 29 commits into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
90f79f9
[Filebeat] move create-[module,fileset,fields] to mage (#15836)
leehinman Feb 6, 2020
7ddcb1e
Elasticsearch index must be lowercase (#16081)
Feb 6, 2020
e61c4c4
Regenerate expected files after changes in date parsing (#16139)
jsoriano Feb 6, 2020
adcd962
Add autodiscover for aws_ec2 (#14823)
kaiyan-sheng Feb 6, 2020
7325028
Fix a connection error in httpjson input (#16123)
Feb 7, 2020
64713f9
Include document_id in decode_json_fields allowed fields (#16156)
faec Feb 7, 2020
1324279
ci: run test on Windows (#15570)
kuisathaverat Feb 7, 2020
f5136d1
improve kubernetes.pod.cpu.usage.limit.pct field description (#16128)
ChrsMark Feb 7, 2020
52e5f49
upgrade github.com/gogo/protobuf/... to v1.3.1 (#16138)
graphaelli Feb 7, 2020
990a5f7
[Filebeat] Add ECS tls & categorization fields to apache module (#16121)
leehinman Feb 7, 2020
790036b
[Metricbeat] Add Overview dashboard to Tomcat module
sayden Feb 7, 2020
ed63a4d
[Metricbeat] Fix PostgreSQL Dashboard (#16132)
sorantis Feb 10, 2020
327b14d
Fix: imports order (#16207)
mtojek Feb 10, 2020
86434d6
[Metricbeat]kube-state-metrics: add storage class support (#16145)
Feb 10, 2020
6a7dbd6
[Journalbeat] Improve parsing of syslog.pid in journalbeat to strip t…
blakerouse Feb 10, 2020
0d9f03e
[Agent] Allow CA cert pinning on the Elasticsearch output or any code…
ph Feb 10, 2020
5998eba
[docs] Add 7.6 breaking changes and release highlights (#16202)
dedemorton Feb 10, 2020
d6571af
[docs] Add early draft of Elastic Log Driver docs (#15799)
dedemorton Feb 10, 2020
8b93df1
Index template will only be loaded if the configured output is Elasti…
dedemorton Feb 11, 2020
4dd40a4
Remove spaces in prometheus commented out option (#16233)
jsoriano Feb 11, 2020
9c2064a
Fix: don't miss address scheme (#16205)
mtojek Feb 11, 2020
4f89dcd
Freeze virtualenv version until issue with CI is resolved (#16235)
michalpristas Feb 11, 2020
31dfe51
[docs] Fix install command to match instructions on docker hub (#16249)
dedemorton Feb 11, 2020
53de288
[docs] Add link to observability release blog (#16246)
dedemorton Feb 11, 2020
96c60d0
ci(jenkins): enable fix-permissions to be executed without running ma…
v1v Feb 11, 2020
f9403ce
Upgrade go-ucfg to version 0.8.2 (#16199)
blakerouse Feb 11, 2020
543a435
Add ingress nginx controller fileset (#16197)
ChrsMark Feb 12, 2020
095fbbd
Merge branch 'go-modules'
kvch Feb 12, 2020
4dc4eed
update notice
kvch Feb 12, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .ci/scripts/install-tools.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
set GOPATH=%WORKSPACE%
set MAGEFILE_CACHE=%WORKSPACE%\.magefile
set PATH=%WORKSPACE%\bin;C:\ProgramData\chocolatey\bin;%PATH%

where /q curl
IF ERRORLEVEL 1 (
choco install curl -y --no-progress --skipdownloadcache
)
mkdir %WORKSPACE%\bin
where /q gvm
IF ERRORLEVEL 1 (
curl -sL -o %WORKSPACE%\bin\gvm.exe https://github.com/andrewkroh/gvm/releases/download/v0.2.1/gvm-windows-amd64.exe
)
FOR /f "tokens=*" %%i IN ('"gvm.exe" use %GO_VERSION% --format=batch') DO %%i

go install github.com/elastic/beats/vendor/github.com/magefile/mage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ before_install:
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- if [ $TRAVIS_OS_NAME = osx ]; then pip install virtualenv; fi
- if [ $TRAVIS_OS_NAME = osx ]; then pip install virtualenv==16.7.9; fi


# Skips installations step
Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Journalbeat*

- Improve parsing of syslog.pid in journalbeat to strip the username when present {pull}16116[16116]


*Metricbeat*

- Make use of secure port when accessing Kubelet API {pull}16063[16063]
- Add Tomcat overview dashboard {pull}14026[14026]

*Packetbeat*

Expand All @@ -51,7 +54,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Update replicaset group to apps/v1 {pull}15854[15802]
- Fix issue where default go logger is not discarded when either * or stdout is selected. {issue}10251[10251] {pull}15708[15708]
- Upgrade go-ucfg to latest v0.8.1. {pull}15937{15937}
- Remove superfluous use of number_of_routing_shards setting from the default template. {pull}16038[16038]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this entry be removed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it should :)

- Fix index names for indexing not always guaranteed to be lower case. {pull}16081[16081]
- Add `ssl.ca_sha256` option to the supported TLS option, this allow to check that a specific certificate is used as part of the verified chain. {issue}15717[15717]

*Auditbeat*

Expand All @@ -66,6 +70,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Improve `elasticsearch/audit` fileset to handle timestamps correctly. {pull}15942[15942]
- Prevent Elasticsearch from spewing log warnings about redundant wildcards when setting up ingest pipelines for the `elasticsearch` module. {issue}15840[15840] {pull}15900[15900]
- Fix mapping error for cloudtrail additionalEventData field {pull}16088[16088]
- Fix a connection error in httpjson input. {pull}16123[16123]

*Heartbeat*

Expand All @@ -82,6 +87,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Change lookup_fields from metricset.host to service.address {pull}15883[15883]
- Add dedot for cloudwatch metric name. {issue}15916[15916] {pull}15917[15917]
- Fixed issue `logstash-xpack` module suddenly ceasing to monitor Logstash. {issue}15974[15974] {pull}16044[16044]
- Fix skipping protocol scheme by light modules. {pull}16205[pull]

*Packetbeat*

Expand All @@ -98,17 +104,21 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Affecting all Beats*

- Add document_id setting to decode_json_fields processor. {pull}15859[15859]

- Add `aws_ec2` provider for autodiscover. {issue}12518[12518] {pull}14823[14823]

*Auditbeat*


*Filebeat*

- Set event.outcome field based on googlecloud audit log output. {pull}15731[15731]
- Add dashboard for AWS ELB fileset. {pull}15804[15804]
- Add dashboard for AWS vpcflow fileset. {pull}16007[16007]
- Add ECS tls fields to zeek:smtp,rdp,ssl and aws:s3access,elb {issue}15757[15757] {pull}15935[15936]
- Add custom string mapping to CEF module to support Forcepoint NGFW {issue}14663[14663] {pull}15910[15910]
- Add ingress nginx controller fileset {pull}16197[16197]
- move create-[module,fileset,fields] to mage and enable in x-pack/filebeat {pull}15836[15836]
- Add ECS tls and categorization fields to apache module. {issue}16032[16032] {pull}16121[16121]

*Heartbeat*

Expand Down Expand Up @@ -141,6 +151,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add collecting AuroraDB metrics in rds metricset. {issue}14142[14142] {pull}16004[16004]
- Reuse connections in SQL module. {pull}16001[16001]
- Improve the `logstash` module (when `xpack.enabled` is set to `true`) to use the override `cluster_uuid` returned by Logstash APIs. {issue}15772[15772] {pull}15795[15795]
- Add kubernetes storage class support via kube-state-metrics. {pull}16145[16145]

*Packetbeat*

Expand Down
Loading