| ... | @@ -40,4 +40,10 @@ apt-get install –y elasticsearch |
... | @@ -40,4 +40,10 @@ apt-get install –y elasticsearch |
|
|
Start elasticsearch
|
|
Start elasticsearch
|
|
|
```
|
|
```
|
|
|
systemctl enable elasticsearch, systemctl start elasticsearch
|
|
systemctl enable elasticsearch, systemctl start elasticsearch
|
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
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 |