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

[8.17](backport #41506) Remove functionbeat #43087

Open
wants to merge 1 commit into
base: 8.17
Choose a base branch
from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 6, 2025

Proposed commit message

remove functionbeat

Starting at 9.0.0 functionbeat will not be released anymore. So this changes remove the functionbeat code.

Checklist

  • 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
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

  • Functionbeat is no longer available

Author's Checklist

Dependencies:

How to test this PR locally

WIP

Related issues

Use cases

Screenshots

Logs


This is an automatic backport of pull request #41506 done by [Mergify](https://mergify.com).

* Remove functionbeat
* Add changelog entry for functionbeat removal

---------

Co-authored-by: julienlind <vincent.lind@elastic.co>
(cherry picked from commit fb93eee)

# Conflicts:
#	go.sum
#	x-pack/functionbeat/functionbeat.reference.yml
@mergify mergify bot requested a review from a team as a code owner March 6, 2025 14:06
@mergify mergify bot added the backport label Mar 6, 2025
@mergify mergify bot requested a review from a team as a code owner March 6, 2025 14:06
@mergify mergify bot added the conflicts There is a conflict in the backported pull request label Mar 6, 2025
@mergify mergify bot requested a review from a team as a code owner March 6, 2025 14:06
@mergify mergify bot requested review from rdner and faec and removed request for a team March 6, 2025 14:06
Copy link
Contributor Author

mergify bot commented Mar 6, 2025

Cherry-pick of fb93eee has failed:

On branch mergify/bp/8.17/pr-41506
Your branch is up to date with 'origin/8.17'.

You are currently cherry-picking commit fb93eee6c.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   .buildkite/packaging.pipeline.yml
	deleted:    .github/workflows/check-xpack-functionbeat.yml
	modified:   .github/workflows/updatecli.d/bump-golang-7.17.yml
	modified:   .github/workflows/updatecli.d/bump-golang.yml
	modified:   .gitignore
	modified:   CHANGELOG.next.asciidoc
	modified:   Makefile
	modified:   NOTICE.txt
	modified:   README.md
	modified:   dev-tools/cmd/update_go/update_go_version.go
	modified:   docs/devguide/documentation.asciidoc
	modified:   go.mod
	modified:   libbeat/docs/command-reference.asciidoc
	modified:   libbeat/docs/overview.asciidoc
	deleted:    libbeat/publisher/pipeline/sync_client.go
	deleted:    libbeat/publisher/pipeline/sync_client_test.go
	deleted:    x-pack/functionbeat/.gitignore
	deleted:    x-pack/functionbeat/Dockerfile
	deleted:    x-pack/functionbeat/Jenkinsfile.yml
	deleted:    x-pack/functionbeat/Makefile
	deleted:    x-pack/functionbeat/_meta/config/beat.reference.yml.tmpl
	deleted:    x-pack/functionbeat/_meta/config/beat.yml.tmpl
	deleted:    x-pack/functionbeat/_meta/fields.yml
	deleted:    x-pack/functionbeat/config/config.go
	deleted:    x-pack/functionbeat/config/config_test.go
	deleted:    x-pack/functionbeat/conftest.py
	deleted:    x-pack/functionbeat/dev-tools/packaging/packages.yml
	deleted:    x-pack/functionbeat/docker-compose.yml
	deleted:    x-pack/functionbeat/docs/config-options-aws.asciidoc
	deleted:    x-pack/functionbeat/docs/configuring-howto.asciidoc
	deleted:    x-pack/functionbeat/docs/deploying.asciidoc
	deleted:    x-pack/functionbeat/docs/export-cloudformation-template.asciidoc
	deleted:    x-pack/functionbeat/docs/faq-resource-limit.asciidoc
	deleted:    x-pack/functionbeat/docs/faq.asciidoc
	deleted:    x-pack/functionbeat/docs/fields.asciidoc
	deleted:    x-pack/functionbeat/docs/filtering.asciidoc
	deleted:    x-pack/functionbeat/docs/general-options.asciidoc
	deleted:    x-pack/functionbeat/docs/getting-started.asciidoc
	deleted:    x-pack/functionbeat/docs/howto/howto.asciidoc
	deleted:    x-pack/functionbeat/docs/iam-permissions.asciidoc
	deleted:    x-pack/functionbeat/docs/images/coordinate-map.png
	deleted:    x-pack/functionbeat/docs/images/diagram-functionbeat-architecture.svg
	deleted:    x-pack/functionbeat/docs/images/functionbeat-pipeline-cloudwatchlogs.png
	deleted:    x-pack/functionbeat/docs/images/functionbeat-pipeline-sqs.png
	deleted:    x-pack/functionbeat/docs/index.asciidoc
	deleted:    x-pack/functionbeat/docs/overview.asciidoc
	deleted:    x-pack/functionbeat/docs/page_header.html
	deleted:    x-pack/functionbeat/docs/setting-up-running.asciidoc
	deleted:    x-pack/functionbeat/docs/tab-widgets/credentials-aws-widget.asciidoc
	deleted:    x-pack/functionbeat/docs/tab-widgets/credentials-aws.asciidoc
	deleted:    x-pack/functionbeat/docs/tab-widgets/deploy-aws-widget.asciidoc
	deleted:    x-pack/functionbeat/docs/tab-widgets/deploy-aws.asciidoc
	deleted:    x-pack/functionbeat/docs/troubleshooting.asciidoc
	deleted:    x-pack/functionbeat/function/beater/functionbeat.go
	deleted:    x-pack/functionbeat/function/beater/proccessors_test.go
	deleted:    x-pack/functionbeat/function/beater/processors.go
	deleted:    x-pack/functionbeat/function/cmd/root.go
	deleted:    x-pack/functionbeat/function/core/coordinator.go
	deleted:    x-pack/functionbeat/function/core/coordinator_test.go
	deleted:    x-pack/functionbeat/function/provider/cli.go
	deleted:    x-pack/functionbeat/function/provider/default_provider.go
	deleted:    x-pack/functionbeat/function/provider/feature.go
	deleted:    x-pack/functionbeat/function/provider/feature_test.go
	deleted:    x-pack/functionbeat/function/provider/provider.go
	deleted:    x-pack/functionbeat/function/provider/provider_test.go
	deleted:    x-pack/functionbeat/function/provider/registry.go
	deleted:    x-pack/functionbeat/function/provider/registry_test.go
	deleted:    x-pack/functionbeat/function/provider/template.go
	deleted:    x-pack/functionbeat/function/telemetry/telemetry.go
	deleted:    x-pack/functionbeat/functionbeat.yml
	deleted:    x-pack/functionbeat/include/feature.go
	deleted:    x-pack/functionbeat/include/fields.go
	deleted:    x-pack/functionbeat/magefile.go
	deleted:    x-pack/functionbeat/main.go
	deleted:    x-pack/functionbeat/main_test.go
	deleted:    x-pack/functionbeat/make.bat
	deleted:    x-pack/functionbeat/manager/aws/aws.go
	deleted:    x-pack/functionbeat/manager/aws/cli_manager.go
	deleted:    x-pack/functionbeat/manager/aws/cli_manager_test.go
	deleted:    x-pack/functionbeat/manager/aws/cloudformation_interface.go
	deleted:    x-pack/functionbeat/manager/aws/event_stack_poller.go
	deleted:    x-pack/functionbeat/manager/aws/event_stack_poller_test.go
	deleted:    x-pack/functionbeat/manager/aws/op_cloudformation.go
	deleted:    x-pack/functionbeat/manager/aws/op_cloudformation_test.go
	deleted:    x-pack/functionbeat/manager/aws/op_delete_cloudformation.go
	deleted:    x-pack/functionbeat/manager/aws/op_delete_file_bucket.go
	deleted:    x-pack/functionbeat/manager/aws/op_ensure_bucket.go
	deleted:    x-pack/functionbeat/manager/aws/op_update_cloudformation.go
	deleted:    x-pack/functionbeat/manager/aws/op_upload_to_bucket.go
	deleted:    x-pack/functionbeat/manager/aws/op_wait_cloud_formation.go
	deleted:    x-pack/functionbeat/manager/aws/policies_test.go
	deleted:    x-pack/functionbeat/manager/aws/stack_context.go
	deleted:    x-pack/functionbeat/manager/aws/template_builder.go
	deleted:    x-pack/functionbeat/manager/beater/functionbeat.go
	deleted:    x-pack/functionbeat/manager/cmd/cli_handler.go
	deleted:    x-pack/functionbeat/manager/cmd/cli_handler_test.go
	deleted:    x-pack/functionbeat/manager/cmd/provider_cmd.go
	deleted:    x-pack/functionbeat/manager/cmd/root.go
	deleted:    x-pack/functionbeat/manager/core/bundle/bundle.go
	deleted:    x-pack/functionbeat/manager/core/bundle/bundle_test.go
	deleted:    x-pack/functionbeat/manager/core/bundle/testdata/lipsum.txt
	deleted:    x-pack/functionbeat/manager/core/makezip.go
	deleted:    x-pack/functionbeat/manager/executor/executor.go
	deleted:    x-pack/functionbeat/manager/executor/executor_test.go
	deleted:    x-pack/functionbeat/provider/aws/aws/api_gateway_proxy.go
	deleted:    x-pack/functionbeat/provider/aws/aws/api_gateway_proxy_test.go
	deleted:    x-pack/functionbeat/provider/aws/aws/cloudwatch_kinesis.go
	deleted:    x-pack/functionbeat/provider/aws/aws/cloudwatch_logs.go
	deleted:    x-pack/functionbeat/provider/aws/aws/cloudwatch_logs_test.go
	deleted:    x-pack/functionbeat/provider/aws/aws/config.go
	deleted:    x-pack/functionbeat/provider/aws/aws/config_test.go
	deleted:    x-pack/functionbeat/provider/aws/aws/kinesis.go
	deleted:    x-pack/functionbeat/provider/aws/aws/kinesis_test.go
	deleted:    x-pack/functionbeat/provider/aws/aws/sqs.go
	deleted:    x-pack/functionbeat/provider/aws/aws/sqs_test.go
	deleted:    x-pack/functionbeat/provider/aws/aws/transformer/transformer.go
	deleted:    x-pack/functionbeat/provider/aws/aws/transformer/transformer_test.go
	deleted:    x-pack/functionbeat/provider/aws/cmd/root.go
	deleted:    x-pack/functionbeat/provider/aws/include/feature.go
	deleted:    x-pack/functionbeat/provider/aws/main.go
	deleted:    x-pack/functionbeat/provider/aws/main_test.go
	deleted:    x-pack/functionbeat/provider/local/cmd/root.go
	deleted:    x-pack/functionbeat/provider/local/include/feature.go
	deleted:    x-pack/functionbeat/provider/local/local/local.go
	deleted:    x-pack/functionbeat/provider/local/main.go
	deleted:    x-pack/functionbeat/provider/local/main_test.go
	deleted:    x-pack/functionbeat/scripts/mage/config.go
	deleted:    x-pack/functionbeat/scripts/mage/providers.go
	deleted:    x-pack/functionbeat/scripts/mage/update.go
	deleted:    x-pack/functionbeat/tests/system/config/functionbeat.yml.j2
	deleted:    x-pack/functionbeat/tests/system/functionbeat.py
	deleted:    x-pack/functionbeat/tests/system/requirements.txt
	deleted:    x-pack/functionbeat/tests/system/test_base.py
	modified:   x-pack/libbeat/docs/aws-credentials-config.asciidoc

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   go.sum
	deleted by them: x-pack/functionbeat/functionbeat.reference.yml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Mar 6, 2025
@botelastic
Copy link

botelastic bot commented Mar 6, 2025

This pull request doesn't have a Team:<team> label.

Copy link
Contributor

@faec faec left a comment

Choose a reason for hiding this comment

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

If functionbeat is removed in 9.0, why is the removal backported to 8.x? Shouldn't it just be backported to 9?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport conflicts There is a conflict in the backported pull request needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants