From a4f8fcefee52a1f8f6f3e76f594c8fec470ff862 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Tue, 11 Aug 2026 16:08:43 -0700 Subject: [PATCH] Add Logstash icon to hub ProductIcons Hub heroes fall back to initials when a product key is missing from the inline SVG map. Logstash hubs need the product mark. Co-Authored-By: Claude Sonnet 4.6 (1M context) Co-authored-by: Cursor --- src/Elastic.Markdown/Myst/Directives/Hub/ProductIcons.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Elastic.Markdown/Myst/Directives/Hub/ProductIcons.cs b/src/Elastic.Markdown/Myst/Directives/Hub/ProductIcons.cs index 7a9c391a2..98b96b2a9 100644 --- a/src/Elastic.Markdown/Myst/Directives/Hub/ProductIcons.cs +++ b/src/Elastic.Markdown/Myst/Directives/Hub/ProductIcons.cs @@ -44,6 +44,15 @@ public static class ProductIcons + """, + ["logstash"] = """ + """ }.ToFrozenDictionary(StringComparer.OrdinalIgnoreCase);