Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/7.x' into backport/7.x/pr-19797
Browse files Browse the repository at this point in the history
* upstream/7.x:
  Cherry-pick to 7.x: [CI] support windows-7 (elastic#19803) (elastic#22343)
  Update contributing content (elastic#22338) (elastic#22353)
  [DOCS] Warn about compression and Azure Event Hub for Kafka (elastic#21578) (elastic#22198)
  Typo (elastic#22272) (elastic#22274)
  Change to default analyzer (elastic#22300) (elastic#22333)
  • Loading branch information
v1v committed Nov 2, 2020
2 parents 553cb59 + 3160b7e commit 353dd2d
Show file tree
Hide file tree
Showing 18 changed files with 170 additions and 13 deletions.
11 changes: 11 additions & 0 deletions auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,14 @@ stages:
- "windows-8"
branches: true ## for all the branches
tags: true ## for all the tags
#windows-7: See https://github.com/elastic/beats/issues/19831
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-7"
# when: ## Override the top-level when.
# comments:
# - "/test filebeat for windows-7"
# labels:
# - "windows-7"
# branches: true ## for all the branches
# tags: true ## for all the tags
4 changes: 3 additions & 1 deletion docs/devguide/contributing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ issues that you should know about before implementing the change.

We enjoy working with contributors to get their code accepted. There are many
approaches to fixing a problem and it is important to find the best approach
before writing too much code.
before writing too much code. After committing your code, check out the
https://www.elastic.co/community/contributor[Elastic Contributor Program]
where you can earn points and rewards for your contributions.

The process for contributing to any of the Elastic repositories is similar.

Expand Down
11 changes: 11 additions & 0 deletions filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,14 @@ stages:
- "windows-7-32"
branches: true ## for all the branches
tags: true ## for all the tags
#windows-7: See https://github.com/elastic/beats/issues/22317
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-7"
# when: ## Override the top-level when.
# comments:
# - "/test filebeat for windows-7"
# labels:
# - "windows-7"
# branches: true ## for all the branches
# tags: true ## for all the tags
11 changes: 11 additions & 0 deletions heartbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,14 @@ stages:
- "windows-7-32"
branches: true ## for all the branches
tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test heartbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
2 changes: 1 addition & 1 deletion libbeat/docs/template-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif::[]
You can adjust the following settings to load your own template or overwrite an
existing one.

*`setup.template.enabled`*:: Set to false to disable template loading. If set this to false,
*`setup.template.enabled`*:: Set to false to disable template loading. If this is set to false,
you must <<load-template-manually,load the template manually>>.

*`setup.template.type`*:: The type of template to use. Available options: `legacy` (default), index templates
Expand Down
6 changes: 6 additions & 0 deletions libbeat/outputs/kafka/docs/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ The keep-alive period for an active network connection. If 0s, keep-alives are d

Sets the output compression codec. Must be one of `none`, `snappy`, `lz4` and `gzip`. The default is `gzip`.

[IMPORTANT]
.Known issue with Azure Event Hub for Kafka
====
When targeting Azure Event Hub for Kafka, set `compression` to `none` as the provided codecs are not supported.
====

===== `compression_level`

Sets the compression level used by gzip. Setting this value to 0 disables compression.
Expand Down
11 changes: 11 additions & 0 deletions metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,14 @@ stages:
- "windows-8"
branches: true ## for all the branches
tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test metricbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
14 changes: 14 additions & 0 deletions packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ stages:
- "windows-8"
branches: true ## for all the branches
tags: true ## for all the tags
<<<<<<< HEAD
#windows-7-32: See https://github.com/elastic/beats/issues/22303
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
Expand All @@ -111,3 +112,16 @@ stages:
# - "windows-7-32"
# branches: true ## for all the branches
# tags: true ## for all the tags
=======
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test packetbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
>>>>>>> upstream/7.x
18 changes: 9 additions & 9 deletions packetbeat/protos/sip/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: uri.scheme
type: keyword
description: The URI scheme.
Expand Down Expand Up @@ -66,14 +66,14 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: private.uri.original
type: keyword
description: Private original URI.
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: private.uri.scheme
type: keyword
description: Private URI scheme.
Expand All @@ -98,7 +98,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: to.display_info
type: keyword
description: "To display info"
Expand All @@ -108,7 +108,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: to.uri.scheme
type: keyword
description: "To URI scheme"
Expand All @@ -133,7 +133,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: from.uri.scheme
type: keyword
description: "From URI scheme"
Expand All @@ -158,7 +158,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: contact.uri.scheme
type: keyword
description: "Contat URI scheme"
Expand Down Expand Up @@ -195,7 +195,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: auth.uri.scheme
type: keyword
description: "Auth URI scheme"
Expand Down Expand Up @@ -235,4 +235,4 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
2 changes: 1 addition & 1 deletion packetbeat/protos/sip/fields.go

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

11 changes: 11 additions & 0 deletions winlogbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ stages:
- "windows-8"
branches: true ## for all the branches
tags: true ## for all the tags
#windows-7: See https://github.com/elastic/beats/issues/22302
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-7"
# when: ## Override the top-level when.
# comments:
# - "/test winlogbeat for windows-7"
# labels:
# - "windows-7"
# branches: true ## for all the branches
# tags: true ## for all the tags tags: true ## for all the tags
13 changes: 12 additions & 1 deletion x-pack/auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stages:
- "windows-2012-r2"
when: ## Override the top-level when.
comments:
- "/test auditbeat for windows-2012"
- "/test x-pack/auditbeat for windows-2012"
labels:
- "windows-2012"
branches: true ## for all the branches
Expand Down Expand Up @@ -112,3 +112,14 @@ stages:
- "windows-7-32"
branches: true ## for all the branches
tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test x-pack/auditbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
14 changes: 14 additions & 0 deletions x-pack/elastic-agent/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ stages:
- "windows-8"
branches: true ## for all the branches
tags: true ## for all the tags
<<<<<<< HEAD
#windows-7-32: See https://github.com/elastic/beats/issues/22316
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
Expand All @@ -111,3 +112,16 @@ stages:
# - "windows-7-32"
# branches: true ## for all the branches
# tags: true ## for all the tags
=======
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test x-pack/elastic-agent for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
>>>>>>> upstream/7.x
11 changes: 11 additions & 0 deletions x-pack/filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,14 @@ stages:
# - "windows-7-32"
# branches: true ## for all the branches
# tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test x-pack/filebeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
11 changes: 11 additions & 0 deletions x-pack/functionbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,14 @@ stages:
- "windows-7-32"
branches: true ## for all the branches
tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test x-pack/functionbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
11 changes: 11 additions & 0 deletions x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,14 @@ stages:
- "windows-8"
branches: true ## for all the branches
tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test x-pack/metricbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
11 changes: 11 additions & 0 deletions x-pack/packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,14 @@ stages:
- "windows-7-32"
branches: true ## for all the branches
tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test x-pack/packetbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags
11 changes: 11 additions & 0 deletions x-pack/winlogbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,14 @@ stages:
# - "windows-7-32"
# branches: true ## for all the branches
# tags: true ## for all the tags
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
when: ## Override the top-level when.
comments:
- "/test x-pack/winlogbeat for windows-7"
labels:
- "windows-7"
branches: true ## for all the branches
tags: true ## for all the tags

0 comments on commit 353dd2d

Please sign in to comment.