{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1090311,"defaultBranch":"main","name":"logstash","ownerLogin":"elastic","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-11-18T01:31:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6764390?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716400558.0","currentOid":""},"activityList":{"items":[{"before":"0116ba42655b52e11da2cbee21ea3c587c0279d4","after":null,"ref":"refs/heads/backport_16176_8.14","pushedAt":"2024-05-22T17:55:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yaauie","name":"Ry Biesemeyer","path":"/yaauie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/210924?s=80&v=4"}},{"before":"7277a369a18a53b461a8da34c97ed767c6fc150c","after":"9cdb8b839f24b52a281f6b9011fc4dc1237f32eb","ref":"refs/heads/8.14","pushedAt":"2024-05-22T17:55:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yaauie","name":"Ry Biesemeyer","path":"/yaauie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/210924?s=80&v=4"},"commit":{"message":"PQ: avoid blocking writer when precisely full (#16176) (#16178)\n\n* pq: avoid blocking writer when queue is precisely full\r\n\r\nA PQ is considered full (and therefore needs to block before releasing the\r\nwriter) when its persisted size on disk _exceeds_ its `queue.max_bytes`\r\ncapacity.\r\n\r\nThis removes an edge-case preemptive block when the persisted size after\r\nwriting an event _meets_ its `queue.max_bytes` precisely AND its current\r\nhead page has insufficient room to also accept a hypothetical future event.\r\n\r\nFixes: elastic/logstash#16172\r\n\r\n* docs: PQ `queue.max_bytes` cannot be less than `queue.page_capacity`\r\n\r\n(cherry picked from commit ea930861ef414718096b12f481547704581da90c)\r\n\r\nCo-authored-by: Ry Biesemeyer ","shortMessageHtmlLink":"PQ: avoid blocking writer when precisely full (#16176) (#16178)"}},{"before":"0891481aa27415af651617b3924bd52cd9599737","after":null,"ref":"refs/heads/jsvd-patch-3","pushedAt":"2024-05-22T15:56:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yaauie","name":"Ry Biesemeyer","path":"/yaauie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/210924?s=80&v=4"}},{"before":"ea930861ef414718096b12f481547704581da90c","after":"2a7f05975410f68c3e6f7f51297bdac791ee4525","ref":"refs/heads/main","pushedAt":"2024-05-22T15:56:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yaauie","name":"Ry Biesemeyer","path":"/yaauie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/210924?s=80&v=4"},"commit":{"message":"Upgrade jrjackson to 0.4.20 (#16153)\n\n* Upgrade jrjackson to 0.4.19\r\n\r\n* Update versions.yml","shortMessageHtmlLink":"Upgrade jrjackson to 0.4.20 (#16153)"}},{"before":null,"after":"0116ba42655b52e11da2cbee21ea3c587c0279d4","ref":"refs/heads/backport_16176_8.14","pushedAt":"2024-05-22T15:24:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"PQ: avoid blocking writer when precisely full (#16176)\n\n* pq: avoid blocking writer when queue is precisely full\n\nA PQ is considered full (and therefore needs to block before releasing the\nwriter) when its persisted size on disk _exceeds_ its `queue.max_bytes`\ncapacity.\n\nThis removes an edge-case preemptive block when the persisted size after\nwriting an event _meets_ its `queue.max_bytes` precisely AND its current\nhead page has insufficient room to also accept a hypothetical future event.\n\nFixes: elastic/logstash#16172\n\n* docs: PQ `queue.max_bytes` cannot be less than `queue.page_capacity`\n\n(cherry picked from commit ea930861ef414718096b12f481547704581da90c)","shortMessageHtmlLink":"PQ: avoid blocking writer when precisely full (#16176)"}},{"before":"d0bdc33fac8088fed1a264869096b83ac694116d","after":"ea930861ef414718096b12f481547704581da90c","ref":"refs/heads/main","pushedAt":"2024-05-22T15:23:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yaauie","name":"Ry Biesemeyer","path":"/yaauie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/210924?s=80&v=4"},"commit":{"message":"PQ: avoid blocking writer when precisely full (#16176)\n\n* pq: avoid blocking writer when queue is precisely full\r\n\r\nA PQ is considered full (and therefore needs to block before releasing the\r\nwriter) when its persisted size on disk _exceeds_ its `queue.max_bytes`\r\ncapacity.\r\n\r\nThis removes an edge-case preemptive block when the persisted size after\r\nwriting an event _meets_ its `queue.max_bytes` precisely AND its current\r\nhead page has insufficient room to also accept a hypothetical future event.\r\n\r\nFixes: elastic/logstash#16172\r\n\r\n* docs: PQ `queue.max_bytes` cannot be less than `queue.page_capacity`","shortMessageHtmlLink":"PQ: avoid blocking writer when precisely full (#16176)"}},{"before":"304b8b25e62a2be218a8f6573086c7e45e11ca5b","after":"7277a369a18a53b461a8da34c97ed767c6fc150c","ref":"refs/heads/8.14","pushedAt":"2024-05-21T13:50:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mashhurs","name":"Mashhur","path":"/mashhurs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99575341?s=80&v=4"},"commit":{"message":"Handle non-unicode payload in Logstash. (#16072) (#16168)\n\n* A logic to handle non-unicode payload in Logstash.\r\n\r\nCo-authored-by: Ry Biesemeyer \r\n\r\n* Upgrade jrjackson to 0.4.20\r\n\r\n* Code review: simplify the logic with a standard String#encode interface with replace option.\r\n\r\nCo-authored-by: Ry Biesemeyer \r\n\r\n---------\r\n\r\nCo-authored-by: Ry Biesemeyer \r\nCo-authored-by: Ry Biesemeyer \r\n(cherry picked from commit 979d30d7016db6f0df8150f794a74d3785199fb2)","shortMessageHtmlLink":"Handle non-unicode payload in Logstash. (#16072) (#16168)"}},{"before":"73fb21b4ac5db02c7f492b44a2a275ea4d4ffbc6","after":"d0bdc33fac8088fed1a264869096b83ac694116d","ref":"refs/heads/main","pushedAt":"2024-05-17T15:10:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mashhurs","name":"Mashhur","path":"/mashhurs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99575341?s=80&v=4"},"commit":{"message":"Regenerate dependencies report and add strscan. (#16169)\n\n* Regenerate dependencies report and add strscan.\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: João Duarte \r\n\r\n* Rename strscan notice file.\r\n\r\n---------\r\n\r\nCo-authored-by: João Duarte ","shortMessageHtmlLink":"Regenerate dependencies report and add strscan. (#16169)"}},{"before":"0b4a6778b7bfcae5cd6309ca56f70ba746449cda","after":null,"ref":"refs/heads/karenzone-snmp-skip-false","pushedAt":"2024-05-17T14:17:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"}},{"before":"979d30d7016db6f0df8150f794a74d3785199fb2","after":"73fb21b4ac5db02c7f492b44a2a275ea4d4ffbc6","ref":"refs/heads/main","pushedAt":"2024-05-17T14:17:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"},"commit":{"message":"Update plugins-metadata.json (#16137)","shortMessageHtmlLink":"Update plugins-metadata.json (#16137)"}},{"before":"2634a6d7123874921db55826b045a4326e5a44e4","after":null,"ref":"refs/heads/backport_12356_7.17","pushedAt":"2024-05-16T18:25:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"}},{"before":"c2ffe2f7b2e7aa66165c1d661b6514e4beb33dc5","after":"0ccc0c3ff1fd6238438584c3186dd2ba4177cd5e","ref":"refs/heads/7.17","pushedAt":"2024-05-16T18:25:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"},"commit":{"message":"[DOC] Remove reference to puppet LS module (#12356) (#16167)\n\nAs the module is not maintained since 2018 and it was community supported, I would like to remove it from the documentation.\r\n\r\n(cherry picked from commit 53d9480176a5bd038aef075e750d840e28f38ed4)\r\n\r\nCo-authored-by: Luca Belluccini ","shortMessageHtmlLink":"[DOC] Remove reference to puppet LS module (#12356) (#16167)"}},{"before":"271dd24d1e088f70251a13316cee9c45206cf508","after":null,"ref":"refs/heads/backport_12356_8.13","pushedAt":"2024-05-16T18:24:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"}},{"before":"885afd1747094908434d856e0e9c358396a991d1","after":"7fe8a1db4171371d0081bd2a10f94f5568d2c208","ref":"refs/heads/8.13","pushedAt":"2024-05-16T18:24:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"},"commit":{"message":"[DOC] Remove reference to puppet LS module (#12356) (#16166)\n\nAs the module is not maintained since 2018 and it was community supported, I would like to remove it from the documentation.\r\n\r\n(cherry picked from commit 53d9480176a5bd038aef075e750d840e28f38ed4)\r\n\r\nCo-authored-by: Luca Belluccini ","shortMessageHtmlLink":"[DOC] Remove reference to puppet LS module (#12356) (#16166)"}},{"before":"cd98b1a8c79d817e0f308cf7618d194bb9c9c702","after":null,"ref":"refs/heads/backport_12356_8.14","pushedAt":"2024-05-16T18:24:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"}},{"before":"1401565c48f6a9e3e50be11553168602430f61cc","after":"304b8b25e62a2be218a8f6573086c7e45e11ca5b","ref":"refs/heads/8.14","pushedAt":"2024-05-16T18:24:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"},"commit":{"message":"[DOC] Remove reference to puppet LS module (#12356) (#16165)\n\nAs the module is not maintained since 2018 and it was community supported, I would like to remove it from the documentation.\r\n\r\n(cherry picked from commit 53d9480176a5bd038aef075e750d840e28f38ed4)\r\n\r\nCo-authored-by: Luca Belluccini ","shortMessageHtmlLink":"[DOC] Remove reference to puppet LS module (#12356) (#16165)"}},{"before":null,"after":"2634a6d7123874921db55826b045a4326e5a44e4","ref":"refs/heads/backport_12356_7.17","pushedAt":"2024-05-16T17:55:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[DOC] Remove reference to puppet LS module (#12356)\n\nAs the module is not maintained since 2018 and it was community supported, I would like to remove it from the documentation.\n\n(cherry picked from commit 53d9480176a5bd038aef075e750d840e28f38ed4)","shortMessageHtmlLink":"[DOC] Remove reference to puppet LS module (#12356)"}},{"before":null,"after":"271dd24d1e088f70251a13316cee9c45206cf508","ref":"refs/heads/backport_12356_8.13","pushedAt":"2024-05-16T17:54:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[DOC] Remove reference to puppet LS module (#12356)\n\nAs the module is not maintained since 2018 and it was community supported, I would like to remove it from the documentation.\n\n(cherry picked from commit 53d9480176a5bd038aef075e750d840e28f38ed4)","shortMessageHtmlLink":"[DOC] Remove reference to puppet LS module (#12356)"}},{"before":null,"after":"cd98b1a8c79d817e0f308cf7618d194bb9c9c702","ref":"refs/heads/backport_12356_8.14","pushedAt":"2024-05-16T17:54:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[DOC] Remove reference to puppet LS module (#12356)\n\nAs the module is not maintained since 2018 and it was community supported, I would like to remove it from the documentation.\n\n(cherry picked from commit 53d9480176a5bd038aef075e750d840e28f38ed4)","shortMessageHtmlLink":"[DOC] Remove reference to puppet LS module (#12356)"}},{"before":"53d9480176a5bd038aef075e750d840e28f38ed4","after":"979d30d7016db6f0df8150f794a74d3785199fb2","ref":"refs/heads/main","pushedAt":"2024-05-16T17:42:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mashhurs","name":"Mashhur","path":"/mashhurs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99575341?s=80&v=4"},"commit":{"message":"Handle non-unicode payload in Logstash. (#16072)\n\n* A logic to handle non-unicode payload in Logstash.\r\n\r\n* Well tested and code organized version of the logic.\r\n\r\nCo-authored-by: Ry Biesemeyer \r\n\r\n* Upgrade jrjackson to 0.4.20\r\n\r\n* Code review: simplify the logic with a standard String#encode interface with replace option.\r\n\r\nCo-authored-by: Ry Biesemeyer \r\n\r\n---------\r\n\r\nCo-authored-by: Ry Biesemeyer \r\nCo-authored-by: Ry Biesemeyer ","shortMessageHtmlLink":"Handle non-unicode payload in Logstash. (#16072)"}},{"before":"ac0ca30ac3e7f31fe5854c4933ed7534463a7e83","after":null,"ref":"refs/heads/deployment-remove-reference","pushedAt":"2024-05-16T17:36:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"}},{"before":"439fbebe2db3225ecd2e325a3902acf4a60b3878","after":"53d9480176a5bd038aef075e750d840e28f38ed4","ref":"refs/heads/main","pushedAt":"2024-05-16T17:36:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"karenzone","name":"Karen Metts","path":"/karenzone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35154725?s=80&v=4"},"commit":{"message":"[DOC] Remove reference to puppet LS module (#12356)\n\nAs the module is not maintained since 2018 and it was community supported, I would like to remove it from the documentation.","shortMessageHtmlLink":"[DOC] Remove reference to puppet LS module (#12356)"}},{"before":"6fe1415c05cb29bf8d1279b6a6accee7777c8c52","after":"d5cee658562503ec712f395d66129ecad384f057","ref":"refs/heads/update_release_notes_1715261172","pushedAt":"2024-05-16T09:51:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kaisecheng","name":null,"path":"/kaisecheng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69120390?s=80&v=4"},"commit":{"message":"Update docs/static/releasenotes.asciidoc\n\nCo-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>","shortMessageHtmlLink":"Update docs/static/releasenotes.asciidoc"}},{"before":"977ef89a7dcc651d223b955e7f2994b4021d675c","after":"439fbebe2db3225ecd2e325a3902acf4a60b3878","ref":"refs/heads/main","pushedAt":"2024-05-15T16:35:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mashhurs","name":"Mashhur","path":"/mashhurs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99575341?s=80&v=4"},"commit":{"message":"Update catalog-info.yaml to properly define dependencies type. (#16163)","shortMessageHtmlLink":"Update catalog-info.yaml to properly define dependencies type. (#16163)"}},{"before":"f781578c3e456486060cc0f87cd761ab815138bb","after":"977ef89a7dcc651d223b955e7f2994b4021d675c","ref":"refs/heads/main","pushedAt":"2024-05-15T16:29:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andsel","name":"Andrea Selva","path":"/andsel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1038545?s=80&v=4"},"commit":{"message":"Updated to 21.0.3+9 (#16055)\n\nUpdated bundled JDK to 21","shortMessageHtmlLink":"Updated to 21.0.3+9 (#16055)"}},{"before":"734405dcbec949a8c49fb1eafa76cb268620848f","after":"f781578c3e456486060cc0f87cd761ab815138bb","ref":"refs/heads/main","pushedAt":"2024-05-14T14:45:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"roaksoax","name":"Andres Rodriguez","path":"/roaksoax","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1899282?s=80&v=4"},"commit":{"message":"Update catalog-info.yaml (#16161)\n\nAdd lifecycle option","shortMessageHtmlLink":"Update catalog-info.yaml (#16161)"}},{"before":null,"after":"85405f568bd0041621586818fa24515727e951a0","ref":"refs/heads/catalog-info-lifecycle","pushedAt":"2024-05-14T14:39:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"roaksoax","name":"Andres Rodriguez","path":"/roaksoax","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1899282?s=80&v=4"},"commit":{"message":"Update catalog-info.yaml","shortMessageHtmlLink":"Update catalog-info.yaml"}},{"before":"2eebfd8f0eaa6baa2dc30b68212f75fc294c654e","after":"734405dcbec949a8c49fb1eafa76cb268620848f","ref":"refs/heads/main","pushedAt":"2024-05-13T20:45:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mashhurs","name":"Mashhur","path":"/mashhurs","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99575341?s=80&v=4"},"commit":{"message":"Replace stack traces with logger in DSL. (#16159)","shortMessageHtmlLink":"Replace stack traces with logger in DSL. (#16159)"}},{"before":"8e8a5b08d1b627e6fa29a37e96b6bb193d1a1214","after":"2eebfd8f0eaa6baa2dc30b68212f75fc294c654e","ref":"refs/heads/main","pushedAt":"2024-05-13T10:27:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andsel","name":"Andrea Selva","path":"/andsel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1038545?s=80&v=4"},"commit":{"message":"Adds section to describe intended usage of `pipeline.buffer.type` (#16083)\n\nAdds section to describe the intended usage of and impact on memory sizing.\r\n\r\nCo-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>\r\nCo-authored-by: João Duarte ","shortMessageHtmlLink":"Adds section to describe intended usage of pipeline.buffer.type (#1…"}},{"before":null,"after":"b5bbbee9d616c4a975081a9376cd0335edbc07b2","ref":"refs/heads/add-catalog-info","pushedAt":"2024-05-10T15:08:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"elastic-backstage-prod[bot]","name":null,"path":"/apps/elastic-backstage-prod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6764390?s=80&v=4"},"commit":{"message":"Create catalog-info file","shortMessageHtmlLink":"Create catalog-info file"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUTt6ZAA","startCursor":null,"endCursor":null}},"title":"Activity · elastic/logstash"}