austinz / VariableInspector

Send variables to ElasticSearch during program is running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VariableInspector

Send variables to ElasticSearch during program is running

To use this tool first you need the latest elasticsearch to be installed.

You can find everything about elasticsearch here : http://www.elasticsearch.org/

Secondly you need to add two settings in the appSettings section in your app.config or web.config like this:

<appSettings> <add key="VIServerPath" value="http://127.0.0.1:9200"/> <add key="VIDefaultIndex" value ="variableinspector"/> </appSettings>

About

Send variables to ElasticSearch during program is running


Languages

Language:C# 100.0%