mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-04 04:58:46 +02:00
Update 51-elasticsearch
This commit is contained in:
@@ -78,7 +78,7 @@ else
|
|||||||
echo "... settings apps"
|
echo "... settings apps"
|
||||||
#occ fulltextsearch:configure '{"search_platform":"ElasticSearchPlatform"}'
|
#occ fulltextsearch:configure '{"search_platform":"ElasticSearchPlatform"}'
|
||||||
HOST=$(bashio::network.ipv4_address)
|
HOST=$(bashio::network.ipv4_address)
|
||||||
HOST=${host_ip%/*}
|
HOST=${HOST%/*}
|
||||||
$LAUNCHER fulltextsearch_elasticsearch:configure "{\"elastic_host\":\"http://$HOST:9200\"}"
|
$LAUNCHER fulltextsearch_elasticsearch:configure "{\"elastic_host\":\"http://$HOST:9200\"}"
|
||||||
$LAUNCHER fulltextsearch_elasticsearch:configure "{\"elastic_index\":\"my_index\"}"
|
$LAUNCHER fulltextsearch_elasticsearch:configure "{\"elastic_index\":\"my_index\"}"
|
||||||
$LAUNCHER fulltextsearch_elasticsearch:configure "{\"analyzer_tokenizer\":\"standard\"}"
|
$LAUNCHER fulltextsearch_elasticsearch:configure "{\"analyzer_tokenizer\":\"standard\"}"
|
||||||
|
|||||||
Reference in New Issue
Block a user