| ... | @@ -41,3 +41,9 @@ Start elasticsearch |
... | @@ -41,3 +41,9 @@ Start elasticsearch |
|
|
```
|
|
```
|
|
|
systemctl enable elasticsearch, systemctl start elasticsearch
|
|
systemctl enable elasticsearch, systemctl start elasticsearch
|
|
|
```
|
|
```
|
|
|
|
Check the version of installed elasticsearch. You can also see the version in your browser localhost:9200 if you have a graphical interface.
|
|
|
|
|
|
|
|
```
|
|
|
|
curl –X get http://localhost:9200
|
|
|
|
```
|
|
|
|
 |
|
|
|
\ No newline at end of file |