-
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
Document breaking changes in 6.0 #4737
Comments
missing in filebeat:
|
Another one we shouldn't forget:
|
Almost forgot:
We should also add a deprecation log in 5.6 for this. |
Part of elastic#4737, but there are some TODOs left.
* Added breaking changes doc for 6.0 Part of #4737, but there are some TODOs left. * Add section for multiple outputs Also, addressed commits and removed the 5.0 breaking changes.
* Added breaking changes doc for 6.0 Part of elastic#4737, but there are some TODOs left. * Add section for multiple outputs Also, addressed commits and removed the 5.0 breaking changes.
Part of / related to elastic#4737.
* Add upgrading guide docs Part of / related to #4737.
* Add upgrading guide docs Part of / related to elastic#4737.
There's one more that we missed:
|
@tsg I think we can close this now, right? Looks like the requirement for using the fully qualified name is mentioned here: https://www.elastic.co/guide/en/beats/libbeat/current/breaking-changes-6.0.html#breaking-changes-filters |
Closing because the work on this for 6.0 is done. If the breaking changes need additional updates, let's open a new issue. |
* Added breaking changes doc for 6.0 Part of elastic#4737, but there are some TODOs left. * Add section for multiple outputs Also, addressed commits and removed the 5.0 breaking changes.
…#5103) * [Docs] Document how to use modules.d directory (elastic#4973) * [Docs] Document how to use modules.d directory * Add changes from review * Add upgrading guide docs (elastic#5068) * Add upgrading guide docs Part of / related to elastic#4737.
From the CHANGELOG:
Affecting all Beats
kubernetes
processor toadd_kubernetes_metadata
. Renamekubernetes
processor ->add_kubernetes_metadata
#4473 <--kubernetes
is new anyway, and in beta*.full.yml
config files to*.reference.yml
. Rename .full.yml to .reference.yml #4563 <-- mention it in the upgrade guidescripts/import_dashboards
is removed from packages. Use thesetup
command instead. Remove import_dashboards from packaging #4586 <-- doneconfigtest
command totest config
. Test command #4590 <--configtest
still works so not really a breaking change? Perhaps mention it in the upgrade guide?queue_size
andbulk_queue_size
. Update broker/pipeline setup #4650 <-- donedashboard.snapshot
anddashboard.snapshot_url
. They are no longer needed because thedashboards are included in the packages by default. Include Kibana dashboards in the individual Beats packages #4675 <-- minor
_type
is now ignored and hardcoded todoc
. elasticsearch: set _type=doc #3757 <-- done in 5.x alreadyerror
field toerror.message
. Change error to error.message #3987 <-- minordashboards.*
config options tosetup.dashboards.*
. Improve and extend template and dashboard configurations #3921 <-- minor, since the main way of importing the dashboards in 5.x wasimport_dashboards
outputs.elasticsearch.template.* to
setup.template.*` Change template loading configuration to be part of setup #4080Filebeat
input_type
field toprospector.type
Rename input_type to type in config and input_type to prospector.type in event #4294 <-- done@metadata.type
field, added by the Logstash output, is now hardcoded todoc
and will be removed in future versions. Fix panic due to no type #4331. <-- minorforce_close_files
andclose_older
. Remove deprecated config options force_close_files and close_older #3768 <-- minorclean_removed
behaviour to also remove states for files which cannot be found anymore under the same name. Modify clean_removed handling #3827 <-- minordocument_type
config option. Usefields
instead. Remove document_type from Filebeat #4204 <-- donejson_error
undererror.message
anderror.key
. Move json_error to error.message and error.type #4167 <-- minorHeartbeat
heartbeat-elastic
. Rename heartbeat packages #4601 <-- mention in the upgrade guideMetricbeat
system.cpu.*.pct
metrics to be scaled by the number of CPU cores.This will make the CPU usage percentages from the system cpu metricset consistent
with the system process metricset. The documentation for these metrics already
stated that on multi-core systems the percentages could be greater than 100%. Scale system.cpu.*.pct metrics by the number of cores #4544 <-- this was actually already done in 5.5
Packetbeat
pf_ring
sniffer option. Delete pfring code #4608 <-- mionorgeoip
. Remove deprecated geoip feature #3766 <-- minorwaitstop
command line argument byshutdown_timeout
in configuration file. Unify -waitstop and shutdown_timeout #3588 <-- minorWinlogbeat
Another one, from #4540:
The text was updated successfully, but these errors were encountered: