Skip to content

Kibana host to make running on Windows platforms (and Azure hosting) easier

Notifications You must be signed in to change notification settings

andrewcupper/KibanaDotNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KibanaHost for the .NET platform and Azure

Making running and hosting of Kibana on Windows platform easier

How to run

  1. Have Elasticsearch running. To run locally:
    1. Download from http://elasticsearch.org/download
    2. Go edit config\elasticsearch.yml and edit:
      • cluster.name to something non-default. Your GitHub username will do.
      • replica and shard count, by specifing index.number_of_shards: 1 and index.number_of_replicas: 0 (unless you know what you are doing)
    3. Make sure you have JAVA_HOME properly set up
    4. Run elasticsearch\bin\elasticsearch.bat
  2. Compile and run KibanaHost
  3. Go to http://localhost:5601/ to view Kibana

If you are running on Windows using Visual Studio, and not as admin, you might need to register ACLs. KibanaHost will try to do this for you. See more info here: https://github.com/NancyFx/Nancy/wiki/Hosting-nancy-with-owin .

On first launch KibanaHost will download the latest version of Kibana 4 automatically. You can change various configurations by editing the kibana.yml which will appear next to your application executable. Don't forget to restart, tho.

Azure instructions

TBD

About

Kibana host to make running on Windows platforms (and Azure hosting) easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%