From 6a1a7e6f4d9a1e24b3117983d0ac83f2ed5f8936 Mon Sep 17 00:00:00 2001 From: Debanitrkl Date: Mon, 14 Jul 2025 08:56:54 +0530 Subject: [PATCH] Added Parseable Backstage Plugin Signed-off-by: Debanitrkl --- microsite/data/plugins/parseable-dataset.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 microsite/data/plugins/parseable-dataset.yaml diff --git a/microsite/data/plugins/parseable-dataset.yaml b/microsite/data/plugins/parseable-dataset.yaml new file mode 100644 index 0000000000..4624d3429f --- /dev/null +++ b/microsite/data/plugins/parseable-dataset.yaml @@ -0,0 +1,11 @@ +title: Parseable Dataset Plugin +author: Parseable +authorUrl: https://parseable.com +category: Monitoring +description: View and explore telemetry datasets from Parseable directly inside Backstage. This plugin enables teams to query, visualize, and troubleshoot logs and metrics from Parseable without leaving your internal developer portal. +documentation: https://github.com/parseablehq/backstage-plugin/blob/main/parseable-backstage-plugin/plugins/parseable-logstream/README.md +iconUrl: https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg +npmPackageName: '@parseable/backstage-plugin-logstream' +tags: + - monitoring +addedDate: '2025-07-14'