-
I've set fscrawler as a service. And there is a password issue for elastic. first, have configured username and password in the file name: "test"
elasticsearch:
username: "elastic"
password: "changeme" and the command of starting the job: fscrawler --username elastic --config_dir ./QM qualcomm01 the issue is when I execute the command launch the tool fscrawler, it needs to input the password of elastic. If there is a way to not input the password any more. |
Beta Was this translation helpful? Give feedback.
Answered by
dadoonet
Mar 30, 2021
Replies: 1 comment 7 replies
-
Hey. What if you don't run it with |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
dadoonet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey.
What if you don't run it with
--username
parameter?