I have been following the instruction for setting up the minimal security features on ELK stack and keep running into the same problem.
when I try to run the command
./kibana-keystore.bat add elasticsearch.password
I get the message:
Enter value for elasticsearch.password: **********
C:\Users\thatG\Downloads\ELK\kibana-7.13.4-windows-x86_64\src\cli_keystore\utils\prompt.js:76
output.cursorTo(questionPrompt.length);
^
TypeError: output.cursorTo is not a function
at Socket.<anonymous> (C:\Users\thatG\Downloads\ELK\kibana-7.13.4-windows-x86_64\src\cli_keystore\utils\prompt.js:76:20)
at Socket.emit (events.js:387:35)
at addChunk (internal/streams/readable.js:290:12)
at readableAddChunk (internal/streams/readable.js:265:9)
at Socket.Readable.push (internal/streams/readable.js:204:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
has anyone else run into this issue/know a fix?