{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":16554739,"defaultBranch":"main","name":"beats","ownerLogin":"elastic","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-02-05T19:01:02.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6764390?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717168634.0","currentOid":""},"activityList":{"items":[{"before":"d77596ace183f865c5a09348d28048b57fcb057b","after":"074c1dd6573ec512e3e86ce41af14f836397e159","ref":"refs/heads/main","pushedAt":"2024-05-31T15:46:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"faec","name":"Fae Charlton","path":"/faec","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16033661?s=80&v=4"},"commit":{"message":"[libbeat] Remove \"producer cancel\" features from queue API (#39760)\n\n\"Producer cancel\" is a feature that allows closing queue producers to also cancel any pending events created by that producer that have not yet been sent to a queue reader. It was introduced as a small part of a [very large refactor](https://github.com/elastic/beats/pull/4492) in 2017, but current code doesn't depend on it for anything. Since this feature adds considerable complexity to the queue API and implementation, this PR removes the feature and associated helpers.\r\n\r\nThis PR should cause no user-visible behavior change.","shortMessageHtmlLink":"[libbeat] Remove \"producer cancel\" features from queue API (#39760)"}},{"before":"d84869420918920c9c1778f352d386e67f6a1b9d","after":null,"ref":"refs/heads/strawgate-patch-2","pushedAt":"2024-05-31T15:17:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"strawgate","name":"William Easton","path":"/strawgate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6384545?s=80&v=4"}},{"before":"697b448ca44ecdde05fd7e5f5cb5a7ee6c09dee7","after":"de52d1434ea3dff96953a59a18d44e456a98bd2f","ref":"refs/heads/8.14","pushedAt":"2024-05-31T15:17:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"strawgate","name":"William Easton","path":"/strawgate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6384545?s=80&v=4"},"commit":{"message":"Update CHANGELOG.next.asciidoc for Filebeat awss3 Fixes (#39780)\n\nadd:\r\n- Fix handling of endpoint for custom domains and ensure region, default_region, and region parsed from queue_url are applied in the order specified in the documentation for the awss3 input {pull}39709[39709]","shortMessageHtmlLink":"Update CHANGELOG.next.asciidoc for Filebeat awss3 Fixes (#39780)"}},{"before":"059439a1ea7ff63a0efe627b6683d9ad7bd3bdd7","after":"036735517a2b2daeaa2ce801dbc7f396cb71ad74","ref":"refs/heads/updatecli_8.13_bump-elastic-stack-snapshot-8.13","pushedAt":"2024-05-31T15:11:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Update snapshot.yml\n\nMade with ❤️️ by updatecli","shortMessageHtmlLink":"chore: Update snapshot.yml"}},{"before":"54c3f42e905035ed28dad8e1c26d151ef2062799","after":"b424e7317f87015185a3b80299dbc934cd60c8af","ref":"refs/heads/updatecli_8.14_bump-elastic-stack-snapshot-8.14","pushedAt":"2024-05-31T15:09:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Update snapshot.yml\n\nMade with ❤️️ by updatecli","shortMessageHtmlLink":"chore: Update snapshot.yml"}},{"before":"8c2a299c8d095fe4cb720e5f6a2bbf86c973de2a","after":"b93a3b8fd8f528d052f1054f2e2680a0b593aa60","ref":"refs/heads/updatecli_7.17_bump-elastic-stack-snapshot-7.17","pushedAt":"2024-05-31T15:09:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Update snapshot.yml\n\nMade with ❤️️ by updatecli","shortMessageHtmlLink":"chore: Update snapshot.yml"}},{"before":"3af4c70a2f6037f05c7d30436cc83b5d976440f1","after":"83e64b352cefe49891ad4fafd8895d184bdb5b4b","ref":"refs/heads/updatecli_main_bump-elastic-stack-snapshot-main","pushedAt":"2024-05-31T15:08:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Update snapshot.yml\n\nMade with ❤️️ by updatecli","shortMessageHtmlLink":"chore: Update snapshot.yml"}},{"before":"23f69f7f9cea295376523a91a739366bd36cef28","after":"d77596ace183f865c5a09348d28048b57fcb057b","ref":"refs/heads/main","pushedAt":"2024-05-31T14:40:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fearful-symmetry","name":"Alex K.","path":"/fearful-symmetry","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8418476?s=80&v=4"},"commit":{"message":"Reapply single-PID adapation for metricbeat's system/process, revert update to `go-systemd` (#39730)\n\n* Reapply \"let the system/process metricset monitor a single PID (#39620)\" (#39714)\r\n\r\nThis reverts commit 05c5957b23f8099736e4bfa629120b18eb49569f.\r\n\r\n* reapply single-pid changes, tinker with go-systemd dep\r\n\r\n* fix deps","shortMessageHtmlLink":"Reapply single-PID adapation for metricbeat's system/process, revert …"}},{"before":null,"after":"d84869420918920c9c1778f352d386e67f6a1b9d","ref":"refs/heads/strawgate-patch-2","pushedAt":"2024-05-31T14:38:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"strawgate","name":"William Easton","path":"/strawgate","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6384545?s=80&v=4"},"commit":{"message":"Update CHANGELOG.next.asciidoc for Filebeat awss3 Fixes\n\nadd:\r\n- Fix handling of endpoint for custom domains and ensure region, default_region, and region parsed from queue_url are applied in the order specified in the documentation for the awss3 input {pull}39709[39709]","shortMessageHtmlLink":"Update CHANGELOG.next.asciidoc for Filebeat awss3 Fixes"}},{"before":"c3e72a8032088eb2412a38d9b1b4029e00e2188d","after":null,"ref":"refs/heads/mergify/bp/8.14/pr-39763","pushedAt":"2024-05-31T12:34:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andrewkroh","name":"Andrew Kroh","path":"/andrewkroh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4565752?s=80&v=4"}},{"before":"abdcd7989fc079b3d7e8730387819e6a8bc713cf","after":"697b448ca44ecdde05fd7e5f5cb5a7ee6c09dee7","ref":"refs/heads/8.14","pushedAt":"2024-05-31T12:34:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewkroh","name":"Andrew Kroh","path":"/andrewkroh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4565752?s=80&v=4"},"commit":{"message":"heartbeat - move seccomp customization to InitializeModule (#39763) (#39764)\n\nMove the overwriting of the arm64 seccomp policy out of the Go\r\ninit() phase and into a function call that is specific to Heartbeat. This\r\nwill prevent Heartbeat's policy from affecting all other Beats that run\r\nas part of Agentbeat.\r\n\r\nNote that other customizations from all Beats that use seccomp.ModifyDefaultPolicy\r\nwithin init() are still being combined in Agentbeat to create a policy that is the aggregation of\r\nall seccomp customizations. So the allow-list type policies are likely more permissive than\r\nexpected.\r\n\r\nFixes #39754\r\n\r\n(cherry picked from commit 48a9901c612ee5ccb68c43f5c537b7237f903e1a)\r\n\r\nCo-authored-by: Andrew Kroh ","shortMessageHtmlLink":"heartbeat - move seccomp customization to InitializeModule (#39763) (#…"}},{"before":"820e859f813d97807cd3f1dcbd6affae0c2bcacc","after":"b1efc23c82605f5eb27122826d22fc82928c7ead","ref":"refs/heads/dependabot/go_modules/github.com/elastic/elastic-agent-libs-0.9.10","pushedAt":"2024-05-31T10:53:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update NOTICE.txt","shortMessageHtmlLink":"Update NOTICE.txt"}},{"before":"62bc12a244d1ef795b898006b2f11dac0c0fb2e4","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/elastic/elastic-agent-libs-0.9.9","pushedAt":"2024-05-31T10:52:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"820e859f813d97807cd3f1dcbd6affae0c2bcacc","ref":"refs/heads/dependabot/go_modules/github.com/elastic/elastic-agent-libs-0.9.10","pushedAt":"2024-05-31T10:52:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/elastic/elastic-agent-libs\n\nBumps [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) from 0.9.8 to 0.9.10.\n- [Release notes](https://github.com/elastic/elastic-agent-libs/releases)\n- [Commits](https://github.com/elastic/elastic-agent-libs/compare/v0.9.8...v0.9.10)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/elastic/elastic-agent-libs\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/elastic/elastic-agent-libs"}},{"before":"b939b03f0f97a2e08c68c8dabb3891a79d750c2b","after":null,"ref":"refs/heads/mergify/bp/8.14/pr-39770","pushedAt":"2024-05-31T10:29:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kush-elastic","name":"Kush Rana","path":"/kush-elastic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89848966?s=80&v=4"}},{"before":"08fe2d39e968f826f44fd331425f3c720499788d","after":"abdcd7989fc079b3d7e8730387819e6a8bc713cf","ref":"refs/heads/8.14","pushedAt":"2024-05-31T10:29:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kush-elastic","name":"Kush Rana","path":"/kush-elastic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89848966?s=80&v=4"},"commit":{"message":"Add entry for salesforce input in agentbeat spec (#39770) (#39773)\n\n(cherry picked from commit 98202e442820d5ffe7cee72203d130042bb71e22)\r\n\r\nCo-authored-by: Kush Rana <89848966+kush-elastic@users.noreply.github.com>","shortMessageHtmlLink":"Add entry for salesforce input in agentbeat spec (#39770) (#39773)"}},{"before":"42de37b3503d450403fdfb9305aa20ddac22dcfd","after":"b939b03f0f97a2e08c68c8dabb3891a79d750c2b","ref":"refs/heads/mergify/bp/8.14/pr-39770","pushedAt":"2024-05-31T10:00:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kush-elastic","name":"Kush Rana","path":"/kush-elastic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89848966?s=80&v=4"},"commit":{"message":"Merge branch '8.14' into mergify/bp/8.14/pr-39770","shortMessageHtmlLink":"Merge branch '8.14' into mergify/bp/8.14/pr-39770"}},{"before":"b90e68ac0527550df9583591ce2a2d03dff33436","after":null,"ref":"refs/heads/mergify/bp/8.14/pr-39028","pushedAt":"2024-05-31T09:07:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kush-elastic","name":"Kush Rana","path":"/kush-elastic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89848966?s=80&v=4"}},{"before":"6ee03ee04fb76d22d99b3ba412ef2c36fea3bc93","after":"08fe2d39e968f826f44fd331425f3c720499788d","ref":"refs/heads/8.14","pushedAt":"2024-05-31T09:07:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kush-elastic","name":"Kush Rana","path":"/kush-elastic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89848966?s=80&v=4"},"commit":{"message":"x-pack/filebeat/module/salesforce: Remove dashboards (#39028) (#39607)\n\n* Remove dashboards from salesforce revamped module\r\n\r\n* remove dashboards screenshots\r\n\r\n* Add changelog entry\r\n\r\n* update docs\r\n\r\n* Update CHANGELOG.next.asciidoc\r\n\r\nCo-authored-by: subham sarkar \r\n\r\n* fix docs\r\n\r\n* remove changelog entry\r\n\r\n---------\r\n\r\nCo-authored-by: subham sarkar \r\nCo-authored-by: subham sarkar \r\n(cherry picked from commit c7829d38fd498060f166ea58a37d700f8dcc29f4)\r\n\r\nCo-authored-by: Kush Rana <89848966+kush-elastic@users.noreply.github.com>","shortMessageHtmlLink":"x-pack/filebeat/module/salesforce: Remove dashboards (#39028) (#39607)"}},{"before":"6e8e606123bafedfdab68757df99937ec7d3ec87","after":"b90e68ac0527550df9583591ce2a2d03dff33436","ref":"refs/heads/mergify/bp/8.14/pr-39028","pushedAt":"2024-05-31T06:32:22.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"kush-elastic","name":"Kush Rana","path":"/kush-elastic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89848966?s=80&v=4"},"commit":{"message":"Merge branch '8.14' into mergify/bp/8.14/pr-39028","shortMessageHtmlLink":"Merge branch '8.14' into mergify/bp/8.14/pr-39028"}},{"before":null,"after":"6e8e606123bafedfdab68757df99937ec7d3ec87","ref":"refs/heads/mergify/bp/8.14/pr-39028","pushedAt":"2024-05-31T06:31:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shmsr","name":"subham sarkar","path":"/shmsr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51480165?s=80&v=4"},"commit":{"message":"x-pack/filebeat/module/salesforce: Remove dashboards (#39028)\n\n* Remove dashboards from salesforce revamped module\n\n* remove dashboards screenshots\n\n* Add changelog entry\n\n* update docs\n\n* Update CHANGELOG.next.asciidoc\n\nCo-authored-by: subham sarkar \n\n* fix docs\n\n* remove changelog entry\n\n---------\n\nCo-authored-by: subham sarkar \nCo-authored-by: subham sarkar \n(cherry picked from commit c7829d38fd498060f166ea58a37d700f8dcc29f4)","shortMessageHtmlLink":"x-pack/filebeat/module/salesforce: Remove dashboards (#39028)"}},{"before":"98202e442820d5ffe7cee72203d130042bb71e22","after":"23f69f7f9cea295376523a91a739366bd36cef28","ref":"refs/heads/main","pushedAt":"2024-05-30T23:23:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"efd6","name":"Dan Kortschak","path":"/efd6","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90160302?s=80&v=4"},"commit":{"message":"x-pack/filebeat/input/http_endpoint: add support for base64-encoded HMAC headers (#39655)","shortMessageHtmlLink":"x-pack/filebeat/input/http_endpoint: add support for base64-encoded H…"}},{"before":"dca117612e1df3d53748a9dd184709fcfe0eae08","after":"059439a1ea7ff63a0efe627b6683d9ad7bd3bdd7","ref":"refs/heads/updatecli_8.13_bump-elastic-stack-snapshot-8.13","pushedAt":"2024-05-30T15:09:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Update snapshot.yml\n\nMade with ❤️️ by updatecli","shortMessageHtmlLink":"chore: Update snapshot.yml"}},{"before":"13aea81a0fde4e7c026d64ac39c65632d220cc36","after":"3af4c70a2f6037f05c7d30436cc83b5d976440f1","ref":"refs/heads/updatecli_main_bump-elastic-stack-snapshot-main","pushedAt":"2024-05-30T15:09:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Update snapshot.yml\n\nMade with ❤️️ by updatecli","shortMessageHtmlLink":"chore: Update snapshot.yml"}},{"before":"82120dea99f5b9b02e4b2fff0bb59b8f16834780","after":"8c2a299c8d095fe4cb720e5f6a2bbf86c973de2a","ref":"refs/heads/updatecli_7.17_bump-elastic-stack-snapshot-7.17","pushedAt":"2024-05-30T15:09:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Update snapshot.yml\n\nMade with ❤️️ by updatecli","shortMessageHtmlLink":"chore: Update snapshot.yml"}},{"before":null,"after":"42de37b3503d450403fdfb9305aa20ddac22dcfd","ref":"refs/heads/mergify/bp/8.14/pr-39770","pushedAt":"2024-05-30T13:55:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"Add entry for salesforce input in agentbeat spec (#39770)\n\n(cherry picked from commit 98202e442820d5ffe7cee72203d130042bb71e22)","shortMessageHtmlLink":"Add entry for salesforce input in agentbeat spec (#39770)"}},{"before":"552f6d3b3d6d029d1004d2d62df9e340d7fd107a","after":null,"ref":"refs/heads/revert-39586-client-update-fix","pushedAt":"2024-05-30T13:48:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ycombinator","name":"Shaunak Kashyap","path":"/ycombinator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51061?s=80&v=4"}},{"before":"0162f4546eb4c50fc24743de3f9b0b05a6a95570","after":"51edb8fa613407bf41b006b441555770790cc791","ref":"refs/heads/7.17","pushedAt":"2024-05-30T13:48:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ycombinator","name":"Shaunak Kashyap","path":"/ycombinator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51061?s=80&v=4"},"commit":{"message":"Revert \"Update elastic-agent-client and rename control proto package to cprot…\" (#39772)\n\nThis reverts commit b40ddd8a2769c6433dadb574f5c9e03788fb7a02.","shortMessageHtmlLink":"Revert \"Update elastic-agent-client and rename control proto package …"}},{"before":"61622acda600da867f8a5a4f882df9fda21f45b1","after":"98202e442820d5ffe7cee72203d130042bb71e22","ref":"refs/heads/main","pushedAt":"2024-05-30T13:48:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kush-elastic","name":"Kush Rana","path":"/kush-elastic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89848966?s=80&v=4"},"commit":{"message":"Add entry for salesforce input in agentbeat spec (#39770)","shortMessageHtmlLink":"Add entry for salesforce input in agentbeat spec (#39770)"}},{"before":null,"after":"552f6d3b3d6d029d1004d2d62df9e340d7fd107a","ref":"refs/heads/revert-39586-client-update-fix","pushedAt":"2024-05-30T13:09:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ycombinator","name":"Shaunak Kashyap","path":"/ycombinator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51061?s=80&v=4"},"commit":{"message":"Revert \"Update elastic-agent-client and rename control proto package to cprot…\"\n\nThis reverts commit b40ddd8a2769c6433dadb574f5c9e03788fb7a02.","shortMessageHtmlLink":"Revert \"Update elastic-agent-client and rename control proto package …"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWS65yQA","startCursor":null,"endCursor":null}},"title":"Activity · elastic/beats"}