From 329a4d6c9ff7fd1d6a54c69ea28952d589e2864d Mon Sep 17 00:00:00 2001 From: jcounts Date: Mon, 21 Oct 2024 16:59:07 -0500 Subject: [PATCH 1/2] feat: new quickstart kong --- quickstarts/kong/config.yml | 21 +++++++++++++++++++++ quickstarts/kong/logo.svg | 1 + 2 files changed, 22 insertions(+) create mode 100644 quickstarts/kong/config.yml create mode 100644 quickstarts/kong/logo.svg diff --git a/quickstarts/kong/config.yml b/quickstarts/kong/config.yml new file mode 100644 index 0000000000..d31e105915 --- /dev/null +++ b/quickstarts/kong/config.yml @@ -0,0 +1,21 @@ +slug: kong-gateway-logs +title: Kong Gateway Logs +description: | + # About this integration + Kong Gateway is a lightweight, fast, and flexible cloud-native API gateway. Forwarding Kong Gateway logs to New Relic provides valuable insights into API gateway performance, health, security, and usage. +summary: | + Collect Kong Gateway logs to New Relic to monitor API gateway performance, health, security, and usage. +level: New Relic +authors: + - New Relic +keywords: + - logs + - logging + - kong + - gateway + - newrelic partner +documentation: + - name: Forward Kong Gateway Logs + url: https://docs.newrelic.com/docs/logs/forward-logs/kong-gateway/ + description: This document outlines how to direct the File Log plugin from Kong Gateway to forward logs from Kong Gateway to New Relic. +icon: logo.svg diff --git a/quickstarts/kong/logo.svg b/quickstarts/kong/logo.svg new file mode 100644 index 0000000000..0092c89433 --- /dev/null +++ b/quickstarts/kong/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file From eb666fb19fed57bf3733cff6e1343c90ecf4f6d2 Mon Sep 17 00:00:00 2001 From: Joseph Counts Date: Fri, 25 Oct 2024 09:21:25 -0500 Subject: [PATCH 2/2] chore: include datasource --- data-sources/kong/config.yml | 18 ++++++++++++++++++ data-sources/kong/logo.svg | 1 + quickstarts/kong/config.yml | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 data-sources/kong/config.yml create mode 100644 data-sources/kong/logo.svg diff --git a/data-sources/kong/config.yml b/data-sources/kong/config.yml new file mode 100644 index 0000000000..525746a9d9 --- /dev/null +++ b/data-sources/kong/config.yml @@ -0,0 +1,18 @@ +id: kong-gateway-logs +displayName: Kong Gateway Logs +description: | + Collect Kong Gateway logs to New Relic to monitor API gateway performance, health, security, and usage. +icon: logo.svg +install: + primary: + link: + url: https://docs.newrelic.com/docs/logs/forward-logs/kong-gateway/ +keywords: + - logs + - logging + - kong + - gateway + - newrelic partner +categoryTerms: + - newrelic partner + - network diff --git a/data-sources/kong/logo.svg b/data-sources/kong/logo.svg new file mode 100644 index 0000000000..0092c89433 --- /dev/null +++ b/data-sources/kong/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/quickstarts/kong/config.yml b/quickstarts/kong/config.yml index d31e105915..bc8d41d007 100644 --- a/quickstarts/kong/config.yml +++ b/quickstarts/kong/config.yml @@ -19,3 +19,5 @@ documentation: url: https://docs.newrelic.com/docs/logs/forward-logs/kong-gateway/ description: This document outlines how to direct the File Log plugin from Kong Gateway to forward logs from Kong Gateway to New Relic. icon: logo.svg +dataSourceIds: + - kong-gateway-logs \ No newline at end of file