Skip to content

Commit

Permalink
Always use systemctl command (#482)
Browse files Browse the repository at this point in the history
In order to align with the rest of the documentation
  • Loading branch information
AnaelMobilia authored Mar 17, 2024
1 parent 5f3977d commit 3a1360a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ for more information.
sudo systemctl daemon-reload
sudo systemctl enable elasticsearch.service
sudo systemctl enable kibana.service
sudo service elasticsearch start
sudo service kibana start
sudo systemctl start elasticsearch.service
sudo systemctl start kibana.service
```

As of Elasticsearch 8.7, activate secure mode (xpack.security.*.ssl)
Expand Down

0 comments on commit 3a1360a

Please sign in to comment.