Save Logs to Elasticsearch

Hello I have installed Orchestrator and ElasticSearch and Kibana in the same server and i want to save my logs to SQL Server and also to ElasticSearch, can some one help me how to connect orchestrator with ElasticSearch & Kibana
I added “serverElasticBuffer” target to the Orchestrator log category in the web.config file

<target name="serverElasticBuffer" xsi:type="BufferingWrapper" flushTimeout="5000">
        <target xsi:type="ElasticSearch" name="serverElastic" index="serverdiagnostics-${date:format=yyyy.MM}" documentType="logEvent" includeAllProperties="true" layout="${machinename} ${message}" uri="http://localhost:9200/" requireAuth="0" username="sa" password="123" />
      </target>

kindly gaven me specific details Thanks

1 Like

Up Up