From da48ad4595f17354d12dc8c85b0753461ce53496 Mon Sep 17 00:00:00 2001 From: Jakub Jarosz Date: Thu, 23 Mar 2023 12:13:49 +0000 Subject: [PATCH 1/4] Update Service Insight docs --- docs/content/logging-and-monitoring/service-insight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/logging-and-monitoring/service-insight.md b/docs/content/logging-and-monitoring/service-insight.md index e4e095c0e6..8f28462ef0 100644 --- a/docs/content/logging-and-monitoring/service-insight.md +++ b/docs/content/logging-and-monitoring/service-insight.md @@ -11,7 +11,7 @@ docs: "DOCS-000" --- -The Ingress Controller exposes an endpoint and provides host statistics for services exposed using the VirtualServer (VS) and TransportServer (TS) resource objects. +The Service Insight is available only for NGINX Plus. The Ingress Controller exposes an endpoint and provides host statistics for services exposed using the VirtualServer (VS) and TransportServer (TS) resource objects. It exposes data in JSON format and returns HTTP status codes. The response body holds information about the total, down and the unhealthy number of upstream pods associated with the configured hostname. From 00b458ea8e2c734b2e31673d9e6af23b2f564fec Mon Sep 17 00:00:00 2001 From: Jakub Jarosz <99677300+jjngx@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:41:33 +0100 Subject: [PATCH 2/4] Update docs/content/logging-and-monitoring/service-insight.md Co-authored-by: Shaun Signed-off-by: Jakub Jarosz <99677300+jjngx@users.noreply.github.com> --- docs/content/logging-and-monitoring/service-insight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/logging-and-monitoring/service-insight.md b/docs/content/logging-and-monitoring/service-insight.md index 8f28462ef0..37c7d9088a 100644 --- a/docs/content/logging-and-monitoring/service-insight.md +++ b/docs/content/logging-and-monitoring/service-insight.md @@ -11,7 +11,7 @@ docs: "DOCS-000" --- -The Service Insight is available only for NGINX Plus. The Ingress Controller exposes an endpoint and provides host statistics for services exposed using the VirtualServer (VS) and TransportServer (TS) resource objects. +The Service Insight feature is available only for NGINX Plus. The NGINX Ingress Controller exposes an endpoint which provides host statistics for services exposed using the VirtualServer (VS) and TransportServer (TS) resources. It exposes data in JSON format and returns HTTP status codes. The response body holds information about the total, down and the unhealthy number of upstream pods associated with the configured hostname. From e4443a36049e668f21d69c1a2cce25ed9959d39b Mon Sep 17 00:00:00 2001 From: Jakub Jarosz <99677300+jjngx@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:42:02 +0100 Subject: [PATCH 3/4] Update docs/content/logging-and-monitoring/service-insight.md Co-authored-by: Alan Dooley Signed-off-by: Jakub Jarosz <99677300+jjngx@users.noreply.github.com> --- docs/content/logging-and-monitoring/service-insight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/logging-and-monitoring/service-insight.md b/docs/content/logging-and-monitoring/service-insight.md index 37c7d9088a..9b49553e82 100644 --- a/docs/content/logging-and-monitoring/service-insight.md +++ b/docs/content/logging-and-monitoring/service-insight.md @@ -11,7 +11,7 @@ docs: "DOCS-000" --- -The Service Insight feature is available only for NGINX Plus. The NGINX Ingress Controller exposes an endpoint which provides host statistics for services exposed using the VirtualServer (VS) and TransportServer (TS) resources. +The Service Insight feature is available only for F5 NGINX Plus. The F5 NGINX Ingress Controller exposes an endpoint which provides host statistics for services exposed using the VirtualServer (VS) and TransportServer (TS) resources. It exposes data in JSON format and returns HTTP status codes. The response body holds information about the total, down and the unhealthy number of upstream pods associated with the configured hostname. From 193b5c03a0f579dbaa62d74038c2f29870ed8088 Mon Sep 17 00:00:00 2001 From: Jakub Jarosz Date: Mon, 27 Mar 2023 11:43:58 +0100 Subject: [PATCH 4/4] Add doc Id --- docs/content/logging-and-monitoring/service-insight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/logging-and-monitoring/service-insight.md b/docs/content/logging-and-monitoring/service-insight.md index 9b49553e82..ac4b67e008 100644 --- a/docs/content/logging-and-monitoring/service-insight.md +++ b/docs/content/logging-and-monitoring/service-insight.md @@ -7,7 +7,7 @@ doctypes: [""] aliases: - /service-insight/ toc: true -docs: "DOCS-000" +docs: "DOCS-1180" ---