Skip to content

Commit d624b79

Browse files
authored
[BUG] Updates Kibana install doc (#1173)
Resolves #1172.
1 parent 6a21048 commit d624b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/deploy/self-managed/install-kibana-with-debian-package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You have several options for installing the {{es}} Debian package:
4848
2. Save the repository definition to `/etc/apt/sources.list.d/elastic-9.x.list`:
4949

5050
```sh
51-
echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-9.x.list
51+
echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/9.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-9.x.list
5252
```
5353

5454
3. Install the {{kib}} Debian package:

0 commit comments

Comments
 (0)