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