Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit bda189d

Browse files
committed
fix-build-error
1 parent 66aa51f commit bda189d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gdi/get-data-in/gdi-guide/infrastructure/send-server-cluster-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install the :ref:`Splunk Distribution of OpenTelemetry Collector <otel-intro>` o
1313
- Query logs in Log Observer Connect
1414
- Set up your environment to receive logs and traces from applications instrumented in :ref:`instrument-back-end-services-apm`.
1515

16-
.. image:: /_images/infrastructure/k8s-nav-pivot.gif
16+
.. image:: /_images/infrastructure/k8s-nav/k8s-nav-dependencies.gif
1717
:alt: Using the Kubernetes infrastructure navigator in Splunk Observability Cloud.
1818

1919
Install the OpenTelemetry Collector for your servers or clusters

infrastructure/monitor/k8s-nav.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following table describes the Kubernetes navigators:
6161
* CronJobs
6262
* Services
6363
* Resources
64-
- Provides a :ref:`table and heat map view <navigator-views>` of Kubernetes instances across your infrastructure
64+
- Provides a :ref:`table and heat map view <navigator-views>` of Kubernetes objects across your infrastructure
6565
- * Monitor Kubernetes instances across your infrastructure
6666
* Monitor a specific subset of instances, such as workloads running in a particular namespace
6767
* View services and hosts running on Kubernetes
@@ -81,7 +81,7 @@ To navigate to the hierarchy map:
8181
2. The table view displays by default. Select an instance from the table.
8282
3. Expand the hierarchy map.
8383

84-
.. image:: /_images/k8s-nav/k8s-nav-hierarchy-map.png
84+
.. image:: /_images/infrastructure/k8s-nav/k8s-nav-hierarchy-map.png
8585
:alt: Hierarchy map view in the Kubernetes nodes navigator.
8686
:width: 90%
8787

@@ -94,26 +94,26 @@ Nodes, pods, and containers are colored by health and status, as reported by Kub
9494
Investigate instances in the hierarchy map
9595
---------------------------------------------
9696

97-
* Breadcrumb navigation: Switch to different entities and jump across levels using the breadcrumb navigation bar.
97+
* Breadcrumb navigation: Switch to different instances and jump across entity levels using the breadcrumb navigation bar.
9898

9999
.. image:: /_images/infrastructure/k8s-nav/k8s-nav-breadcrumb.gif
100100
:width: 100%
101101
:alt: How to select a different node to investigate and jump to the cluster level.
102102

103103

104-
* Hover: Get more information about an entity, including its status or phase, by hovering over that entity.
104+
* Hover: Get more information about an instance, including its status or phase, by hovering over that instance.
105105

106106
.. image:: /_images/infrastructure/k8s-nav/k8s-nav-hover.png
107107
:alt: Hovering over a pod shows its information and phase.
108108
:width: 50%
109109

110-
* Select and zoom: Drill down into an entity and change the zoom level of the map, if applicable, by selecting the element. Details about the entity display in the sidebar, in the :guilabel:`About this <Entity_Type>` panel.
110+
* Select and zoom: Drill down into an instance and change the zoom level of the map, if applicable, by selecting the instance. Details about the instance display in the sidebar, in the :guilabel:`About this <Entity_Type>` panel.
111111

112112
.. image:: /_images/infrastructure/k8s-nav/k8s-nav-zoom.gif
113113
:width: 100%
114114
:alt: From the node-level hierarchy map, selecting a pod zooms the view to the pod level. Details about the selected pod display in the sidebar in the :guilabel:`About this pod` panel. From the pod level, selecting a container zooms the view to the container level.
115115

116-
* Filter: Filter the map by any available metadata in your Kubernetes data, such as a namespace, a workload, or any other key-value pair. When you apply a filter, the map highlights entities that match the filter. You can still hover over the dimmed entities to view details about them.
116+
* Filter: Filter the map by any available metadata in your Kubernetes data, such as a namespace, a workload, or any other key-value pair. When you apply a filter, the map highlights instances that match the filter. You can still hover over the dimmed instances to view details about them.
117117

118118
.. image:: /_images/infrastructure/k8s-nav/k8s-nav-filter.gif
119119
:width: 100%
@@ -126,7 +126,7 @@ Analyzer
126126

127127
.. note:: The Analyzer is only available on the Kubernetes nodes, pods, and containers navigators.
128128

129-
The Analyzer, accessed through the :guilabel:`K8s analyzer` tab, helps you troubleshoot Kubernetes problems at scale by highlighting Kubernetes objects that are in a bad state, such as nodes that are not ready. The Analyzer produces theories about what those objects might have in common, such as that all of the objects are running the same workload or all objects are located in the same AWS region. Select a finding in the Analyzer panel to filter the map.
129+
The Analyzer, accessed through the :guilabel:`K8s analyzer` tab, helps you troubleshoot Kubernetes problems at scale by highlighting Kubernetes instances that are in a bad state, such as nodes that are not ready. The Analyzer produces theories about what those instances might have in common, such as that all of the instances are running the same workload or all instances are located in the same AWS region. Select a finding in the Analyzer panel to filter the map.
130130

131131
The Analyzer panel displays suggested filters for the elements selected in the table or heat map view. Select links in the Analyzer panel to add filters to the table or heat map view and explore conditions across your entire Kubernetes environment.
132132

@@ -141,7 +141,7 @@ The Analyzer uses AI-driven insights to examine patterns that nodes, pods, or co
141141
- Nodes experiencing high CPU
142142
- Nodes experiencing high memory
143143

144-
The Analyzer displays overrepresented metrics properties for known conditions, such as pods in pending status, pods in failed status, and so on. You can use properties that are highly correlated with these conditions to filter the cluster map. You can explore data about each of those elements in the navigator using context-sensitive dashboards. This enables you to identify the underlying patterns noticeable on the filtered map that might be correlated with Kubernetes issues. For example, if all failed pods are in certain types of clusters, the Analyzer provides suggested paths to follow to troubleshoot such issues.
144+
The Analyzer displays overrepresented metrics properties for known conditions, such as pods in pending status, pods in failed status, and so on. You can use properties that are highly correlated with these conditions to filter the table or heat map. You can explore data about each of those elements in the navigator using context-sensitive dashboards. This enables you to identify the underlying patterns noticeable on the filtered map that might be correlated with Kubernetes issues. For example, if all failed pods are in certain types of clusters, the Analyzer provides suggested paths to follow to troubleshoot such issues.
145145

146146
.. _k8s-nav-view-services:
147147

@@ -154,7 +154,7 @@ Apart from monitoring your Kubernetes infrastructure, you can also track service
154154

155155
.. image:: /_images/infrastructure/k8s-nav/k8s-nav-dependencies.gif
156156
:width: 100%
157-
:alt: From the Kubernetes pod navigator, switching to the MySQL host navigator, then switching back to the Kubernetes pod navigator.
157+
:alt: Starting on the Kubernetes pod navigator, switching to the MySQL host navigator, and then switching back to the Kubernetes pod navigator.
158158

159159
Next steps
160160
=====================

0 commit comments

Comments
 (0)