-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
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 7ddcb1e
Elasticsearch index must be lowercase (#16081)
e61c4c4
Regenerate expected files after changes in date parsing (#16139)
jsoriano adcd962
Add autodiscover for aws_ec2 (#14823)
kaiyan-sheng 7325028
Fix a connection error in httpjson input (#16123)
64713f9
Include document_id in decode_json_fields allowed fields (#16156)
faec 1324279
ci: run test on Windows (#15570)
kuisathaverat f5136d1
improve kubernetes.pod.cpu.usage.limit.pct field description (#16128)
ChrsMark 52e5f49
upgrade github.com/gogo/protobuf/... to v1.3.1 (#16138)
graphaelli 990a5f7
[Filebeat] Add ECS tls & categorization fields to apache module (#16121)
leehinman 790036b
[Metricbeat] Add Overview dashboard to Tomcat module
sayden ed63a4d
[Metricbeat] Fix PostgreSQL Dashboard (#16132)
sorantis 327b14d
Fix: imports order (#16207)
mtojek 86434d6
[Metricbeat]kube-state-metrics: add storage class support (#16145)
6a7dbd6
[Journalbeat] Improve parsing of syslog.pid in journalbeat to strip t…
blakerouse 0d9f03e
[Agent] Allow CA cert pinning on the Elasticsearch output or any code…
ph 5998eba
[docs] Add 7.6 breaking changes and release highlights (#16202)
dedemorton d6571af
[docs] Add early draft of Elastic Log Driver docs (#15799)
dedemorton 8b93df1
Index template will only be loaded if the configured output is Elasti…
dedemorton 4dd40a4
Remove spaces in prometheus commented out option (#16233)
jsoriano 9c2064a
Fix: don't miss address scheme (#16205)
mtojek 4f89dcd
Freeze virtualenv version until issue with CI is resolved (#16235)
michalpristas 31dfe51
[docs] Fix install command to match instructions on docker hub (#16249)
dedemorton 53de288
[docs] Add link to observability release blog (#16246)
dedemorton 96c60d0
ci(jenkins): enable fix-permissions to be executed without running ma…
v1v f9403ce
Upgrade go-ucfg to version 0.8.2 (#16199)
blakerouse 543a435
Add ingress nginx controller fileset (#16197)
ChrsMark 095fbbd
Merge branch 'go-modules'
kvch 4dc4eed
update notice
kvch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it should :)