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

Merge "master" branch into "feature-mqtt-input" #15745

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c3a3604
[Filebeat] Fixes for NetFlow v9 devices from various vendors (#15449)
adriansr Jan 14, 2020
bf8cb74
update settings for `decode_csv_fields` (#15249) (#15550)
dedemorton Jan 14, 2020
8bf06e3
docs: updates to output config (#15272)
bmorelli25 Jan 14, 2020
2228af4
[Filebeat] Handle error message in handleS3Objects function (#15545)
kaiyan-sheng Jan 14, 2020
9d70efd
Fix use of wrong fields in Cisco ASA dashboard (#15553)
adriansr Jan 14, 2020
a3b8d3a
Add test for publisher spool encode and decode. (#15534)
blakerouse Jan 15, 2020
e0071b5
Fix convert processor conversion of string with leading zeros to inte…
adriansr Jan 15, 2020
2916c07
New mage target: generate pkg file to test the manager (#15580)
kvch Jan 15, 2020
3ed9a54
Packetbeat TLS: Replace array fields with keyword (#15597)
adriansr Jan 15, 2020
cddbd85
Add a pull request template providing valuable information when revie…
mdelapenya Jan 16, 2020
2ed633b
[Metricbeat] Implement IBM MQ module (#15301)
mtojek Jan 16, 2020
32525f6
Cleanup changelogs for master (#15617)
mikemadden42 Jan 16, 2020
9c1e3a6
[Metricbeat] Add lambda metricset in aws module (#15260)
kaiyan-sheng Jan 17, 2020
7fd545d
Adds missing imports (#15624)
ycombinator Jan 17, 2020
d3fa73f
[docs] Clarify privileges required for the writer role (#15604)
dedemorton Jan 17, 2020
9e6b014
Mask password discovered via module autodiscover hint (#15616)
ycombinator Jan 17, 2020
51072f9
Update KQL to get estimated cost without dimension ServiceName (#15640)
kaiyan-sheng Jan 17, 2020
9ece104
Adding monitoring.cloud.* settings to reference files (#15648)
ycombinator Jan 17, 2020
99c6546
remove lablels (#15644)
Jan 20, 2020
3e39fdf
Fix panic: don't send events if client is nil (#15568)
mtojek Jan 20, 2020
b6d483d
[Metricbeat] Add Istio mesh metricset (#15535)
ChrsMark Jan 20, 2020
ec2673e
[Metricbeat] Fix changelog (#15681)
kaiyan-sheng Jan 20, 2020
0df3a9f
ci: use APM pipeline library (#15636)
kuisathaverat Jan 20, 2020
1b0ea01
AWS Lambda: downgrade Kibana dashboard (#15682)
mtojek Jan 20, 2020
d0a80a2
Use github.com/godror/godror instead of goracle.v2 (#15683)
kvch Jan 21, 2020
2657f71
Move pdh query to shared location in order for new modules/metricsets…
narph Jan 21, 2020
8c71abc
Remove datasource option from SQL module and add tests (#15686)
jsoriano Jan 21, 2020
935e58f
[metricbeat] add service metricset to reference documentation (#15643)
fearful-symmetry Jan 21, 2020
c7e137c
[metricbeat] Add divide by zero check to docker/diskio (#15649)
fearful-symmetry Jan 21, 2020
7b2f873
Change joda style pattern to java style (#15695)
pgomulka Jan 21, 2020
7960c77
[DOCS] Add missing config options to shared file (#15136)
dedemorton Jan 21, 2020
4a408e5
[Heartbeat] Support for multiple status codes #13595 (#15587)
Jan 21, 2020
121ece3
Add missing changelog entry for #15587 (#15721)
andrewvc Jan 22, 2020
6e2ca41
Update github.com/godror/godror to v0.10.4 (#15737)
kvch Jan 22, 2020
e042d5c
Collect normalized CPU percentages by default (#15729)
ycombinator Jan 22, 2020
703aa07
Merge branch 'master' into feature-mqtt-input-merge-master
Jan 22, 2020
e0429cd
Fix: mage check
Jan 22, 2020
05855fd
Detect Eclipse Public License
Jan 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
78 changes: 78 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!-- Type of change
Please label this PR with one of the following labels, depending on the scope of your change:
- Bug
- Enhancement
- Breaking change
- Deprecation
-->

## What does this PR do?

<!-- Mandatory
Explain here the changes you made on the PR. Please explain the WHAT: patterns used, algorithms implemented, design architecture, message processing, etc.
-->

## Why is it important?

<!-- Mandatory
Explain here the WHY, or the rationale/motivation for the changes.
-->

## Checklist

<!-- Mandatory
Add a checklist of things that are required to be reviewed in order to have the PR approved

List here all the items you have verified BEFORE sending this PR. Please DO NOT remove any item, striking through those that do not apply. (Just in case, strikethrough uses two tildes. ~~Scratch this.~~)
-->

- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have made corresponding change to the default configuration files
- [ ] I have added tests that prove my fix is effective or that my feature works

## Author's Checklist

<!-- Recommended
Add a checklist of things that are required to be reviewed in order to have the PR approved
-->
- [ ]

## How to test this PR locally

<!-- Recommended
Explain here how this PR will be tested by the reviewer: commands, dependencies, steps, etc.
-->

## Related issues

<!-- Recommended
Link related issues below. Insert the issue link or reference after the word "Closes" if merging this should automatically close it.

- Closes #123
- Relates #123
- Requires #123
- Superseds #123
-->
-

## Use cases

<!-- Recommended
Explain here the different behaviors that this PR introduces or modifies in this project, user roles, environment configuration, etc.

If you are familiar with Gherkin test scenarios, we recommend its usage: https://cucumber.io/docs/gherkin/reference/
-->

## Screenshots

<!-- Optional
Add here screenshots about how the project will be changed after the PR is applied. They could be related to web pages, terminal, etc, or any other image you consider important to be shared with the team.
-->

## Logs

<!-- Recommended
Paste here output logs discovered while creating this PR, such as stack traces or integration logs, or any other output you consider important to be shared with the team.
-->
73 changes: 73 additions & 0 deletions CHANGELOG-developer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,79 @@ other Beats should be migrated.

Note: This changelog was only started after the 6.3 release.

=== Beats version 7.5.1
https://github.com/elastic/beats/compare/v7.5.0..v7.5.1[Check the HEAD diff]

=== Beats version 7.5.0
https://github.com/elastic/beats/compare/v7.4.1..v7.5.0[Check the HEAD diff]

==== Breaking changes

- Build docker and kubernetes features only on supported platforms. {pull}13509[13509]
- Need to register new processors to be used in the JS processor in their `init` functions. {pull}13509[13509]

==== Added

- Compare event by event in `testadata` framework to avoid sorting problems {pull}13747[13747]

=== Beats version 7.4.1
https://github.com/elastic/beats/compare/v7.4.0..v7.4.1[Check the HEAD diff]

=== Beats version 7.4.0
https://github.com/elastic/beats/compare/v7.3.1..v7.4.0[Check the HEAD diff]

==== Breaking changes

- For "metricbeat style" generated custom beats, the mage target `GoTestIntegration` has changed to `GoIntegTest` and `GoTestUnit` has changed to `GoUnitTest`. {pull}13341[13341]

==== Added

- Add ClientFactory to TCP input source to add SplitFunc/NetworkFuncs per client. {pull}8543[8543]
- Introduce beat.OutputChooses publisher mode. {pull}12996[12996]
- Ensure that beat.Processor, beat.ProcessorList, and processors.ProcessorList are compatible and can be composed more easily. {pull}12996[12996]
- Add support to close beat.Client via beat.CloseRef (a subset of context.Context). {pull}13031[13031]
- Add checks for types and formats used in fields definitions in `fields.yml` files. {pull}13188[13188]
- Makefile included in generator copies files from beats repository using `git archive` instead of cp. {pull}13193[13193]

=== Beats version 7.3.2
https://github.com/elastic/beats/compare/v7.3.1..v7.3.2[Check the HEAD diff]

=== Beats version 7.3.1
https://github.com/elastic/beats/compare/v7.3.0..v7.3.1[Check the HEAD diff]

=== Beats version 7.3.0
https://github.com/elastic/beats/compare/v7.2.1..v7.3.0[Check the HEAD diff]

==== Added

- Add new option `IgnoreAllErrors` to `libbeat.common.schema` for skipping fields that failed while converting. {pull}12089[12089]

=== Beats version 7.2.1
https://github.com/elastic/beats/compare/v7.2.0..v7.2.1[Check the HEAD diff]

=== Beats version 7.2.0
https://github.com/elastic/beats/compare/v7.1.1..v7.2.0[Check the HEAD diff]

==== Breaking changes

- Move Fields from package libbeat/common to libbeat/mapping. {pull}11198[11198]

==== Added

- Metricset generator generates beta modules by default now. {pull}10657[10657]
- The `beat.Event` accessor methods now support `@metadata` keys. {pull}10761[10761]
- Assertion for documented fields in tests fails if any of the fields in the tested event is documented as an alias. {pull}10921[10921]
- Support for Logger in the Metricset base instance. {pull}11106[11106]
- Filebeat modules can now use ingest pipelines in YAML format. {pull}11209[11209]
- Prometheus helper for metricbeat contains now `Namespace` field for `prometheus.MetricsMappings` {pull}11424[11424]
- Update Jinja2 version to 2.10.1. {pull}11817[11817]
- Reduce idxmgmt.Supporter interface and rework export commands to reuse logic. {pull}11777[11777],{pull}12065[12065],{pull}12067[12067],{pull}12160[12160]
- Update urllib3 version to 1.24.2 {pull}11930[11930]
- Add libbeat/common/cleanup package. {pull}12134[12134]
- Only Load minimal template if no fields are provided. {pull}12103[12103]
- Add new option `IgnoreAllErrors` to `libbeat.common.schema` for skipping fields that failed while converting. {pull}12089[12089]
- Deprecate setup cmds for `template` and `ilm-policy`. Add new setup cmd for `index-management`. {pull}12132[12132]

=== Beats version 7.1.1
https://github.com/elastic/beats/compare/v7.1.0..v7.1.1[Check the HEAD diff]

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ The list below covers the major changes between 7.0.0-rc2 and master only.
- Added a `default_field` option to fields in fields.yml to offer a way to exclude fields from the default_field list. {issue}14262[14262] {pull}14341[14341]
- `supported-versions.yml` can be used in metricbeat python system tests to obtain the build args for docker compose builds. {pull}14520[14520]
- Fix dropped errors in the tests for the metricbeat Azure module. {pull}13773[13773]
- New mage target for Functionbeat: generate pkg folder to make manager easier. {pull}15580[15880]
Loading