mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 14:35:04 +00:00
This commit refactors instances of 'elasticsearch' with opensearch everywhere except references to issues, and other places needed to test compatibility with old elasticsearch clusters. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
6 lines
232 B
Bash
Executable File
6 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
cd /usr/share/opensearch/bin/
|
|
./opensearch-users useradd rest_user -p test-password -r superuser || true
|
|
echo "testnode" > /tmp/password
|
|
/usr/local/bin/docker-entrypoint.sh | tee > /usr/share/opensearch/logs/console.log
|