Fscrawler does not index to ES with https

Some comments.

update_rate: "2s"

That's a way too low. It means that FSCrawler will scan all the time the hard disk for new files. Not sure you want this. But that should not be an issue.

Try to start fscrawler with --restart option.
If it still does not work, try with --restart --debug and share the logs here.

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

There's a live preview panel for exactly this reasons.