Skip to content

StephaneBour/sense-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e4f435 · Jan 15, 2024

History

58 Commits
Nov 6, 2017
Jan 15, 2024
Jan 15, 2024
Nov 7, 2017
Jan 15, 2024
Nov 6, 2017
Jun 5, 2018
Dec 11, 2017
May 19, 2018
Nov 6, 2017
Jan 15, 2018
Nov 6, 2017
Dec 12, 2018
Aug 8, 2023
Nov 6, 2017
Nov 7, 2017
Nov 6, 2017

Repository files navigation

sense-chrome

The original extension "sense for chrome" was blacklisted

To use this fork (from https://github.com/elastic/sense) :

Directly in chrome :

  • make a git clone of the project
  • go in your chrome extensions tabs
  • activate the developer mode
  • choose your folder in "load extension unpacked"

On all browsers :

  • 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

Have fun !

Change from the original extension

  • 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

Screenshots

Main screen

Main screen

Autocomplete

Main screen

Save your query

Save 1

Save 2