Add search tests (#26703)
This commit is contained in:
parent
3a679844e4
commit
4d9186a48c
7 changed files with 299 additions and 2 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -76,7 +76,8 @@ path.logs: /var/log/elasticsearch
|
|||
network.host: 0.0.0.0
|
||||
http.port: 9200
|
||||
discovery.seed_hosts: ["localhost"]
|
||||
cluster.initial_master_nodes: ["node-1"]' > /etc/elasticsearch/elasticsearch.yml
|
||||
cluster.initial_master_nodes: ["node-1"]
|
||||
xpack.security.enabled: false' > /etc/elasticsearch/elasticsearch.yml
|
||||
|
||||
sudo systemctl restart elasticsearch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue