The original extension "sense for chrome" was blacklisted
To use this fork (from https://github.com/elastic/sense) :
- make a git clone of the project
- go in your chrome extensions tabs
- activate the developer mode
- choose your folder in "load extension unpacked"
- Edit your elasticsearch.yml (on MacOS you can find in
/usr/local/etc/elasticsearch/
) - Add the following lines :
http.cors.allow-origin: "http://sense.stephane.tech"
http.cors.enabled: true
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization
http.cors.allow-credentials: true
- (optional - recommended if you call something other than your localhost) Filtering the request on your IP (ELS > 2.4 - ELS <= 2.4 )
- Restart your elasticsearch
- Go on http://sense.stephane.tech
Have fun !
- Deleting Google Analytics
- Autocompletion on indices
- Autocompletion on types
- Autocompletion on fields
- Autocompletion on aggregations (WIP)
- Add "filter" in autocomplete
- Add "Saved query"
- Export source data in CSV file