You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/observability/network-topology-get-started.asciidoc
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You'll learn how to:
22
22
23
23
You need:
24
24
25
-
* Self-managed {kib} 8.19 and {es} 8.19. The Network Topology plugin is _not_ compatible with {ess} or {serverless-docs}[{serverless-full}].
25
+
* Self-managed {kib} 8.19.12+ and {es} 8.19.12+. The Network Topology plugin is _not_ compatible with {ess} or {serverless-docs}[{serverless-full}].
26
26
* Installation requires system or root level access on the node running {kib}.
27
27
* One or more network devices with SNMP v1, v2c, or v3 enabled.
28
28
* {ls} installed and able to reach your network devices.
@@ -33,14 +33,16 @@ TIP: If you don't have SNMP-enabled devices to point at yet, you can evaluate th
33
33
[[network-topology-install-plugin]]
34
34
== Step 1: Install the plugin
35
35
36
-
NOTE: The {kib} version in the plugin `.zip` must exactly match the target {kib} instance version. When you upgrade {kib}, rebuild the plugin from the matching {kib} source tree before installing it.
37
-
38
36
. Download the latest Network Topology plugin release `.zip` from https://github.com/elastic/kibana-network-topology-plugin/releases[the plugin releases page on GitHub].
39
-
. From your {kib} install directory, install the plugin:
37
+
. Unzip the plugin bundle.
38
+
. Open the `kibana/networkTopology/kibana.json` manifest file included in the bundle.
39
+
. Locate the `kibanaVersion` property and replace the placeholder value with your exact {kib} version. Save the file.
40
+
. Re-zip the plugin bundle, preserving the `kibana/networkTopology` folder hierarchy. If the folder structure changes, installation will fail.
41
+
. From the root of your {kib} install directory, run:
0 commit comments