Hello,
I want setup orchestrator for:
- saving logs in database (default option) and display from orchestrator
- sending logs to elasticsearch and display them from Kibana
But when I active Elastic logs in Web.config, I can see logs in elasticsearch but orchestrator logs are stopped (I think it isn’t saving the logs so it cann’t display them).
How should I configure Web.config for this use case? Is it possible?
Thank you