Skip to content

Commit 8509351

Browse files
committed
initial elasticsearch. Just password reset for now
1 parent 307a08b commit 8509351

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
---
3+
4+
# Elasticsearch Tips and Tricks
5+
---
6+
date: 04/02/2025
7+
---
8+
9+
10+
* Set user `elastic` password to `elastic`
11+
```sh
12+
echo -e "elastic\r\nelastic\r\n"|elasticsearch-reset-password -u elastic -b -i -s
13+
```

0 commit comments

Comments
 (0)