Skip to content

Commit 2e82ea5

Browse files
committed
update install instructions
1 parent 47d8886 commit 2e82ea5

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/en/observability/network-topology-get-started.asciidoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You'll learn how to:
2222

2323
You need:
2424

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}].
2626
* Installation requires system or root level access on the node running {kib}.
2727
* One or more network devices with SNMP v1, v2c, or v3 enabled.
2828
* {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
3333
[[network-topology-install-plugin]]
3434
== Step 1: Install the plugin
3535

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-
3836
. 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:
4042
+
4143
[source,shell]
4244
----
43-
bin/kibana-plugin install file:///absolute/path/to/networkTopology-<version>.zip
45+
bin/kibana-plugin install file:///absolute/path/to/networkTopology.zip
4446
----
4547
. Restart {kib}.
4648

0 commit comments

Comments
 (0)