elastic / sense

A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
Other
381 stars 134 forks source link

Sense Chrome Extension flagged as malware #166

Closed spdesai closed 6 years ago

spdesai commented 6 years ago

The Sense extension is getting flagged as malware in Chrome.
image

estein-de commented 6 years ago

But, what malware one wonders...

bleskes commented 6 years ago

@spdesai thanks for the notice. This repo is not maintained anymore. Sense is now part of Kibana and is called Console.

spdesai commented 6 years ago

Thanks for the update!

stellamargonar commented 6 years ago

Why why why why did you stop maintaining it? Sense in Kibana does not support all the features that the chrome plugin used to.

For example, in my work i have to use a local index (with a small subset of data), and different remotes indexes with full set of data. With the chrome plugin i could run the same query on my local index for dev/test ecc, and then run it again on the production cluster, just changing the url in the top text field, or in the request line.

Since the plugin is not available anymore i installed a local kibana for my test data, and every time i want to run the same query on a remote index i have to stop kibana -> change the conf -> start kibana (because we don't have, and we don't want, a kibana instance running on the production cluster).

Yes i can do this trick and everything still works, i could copy the query in another REST client and the result would be the same, but me and a lot of my collegues found your plugin (a bit buggy) but very useful and helpful for our work.

SamCritch commented 6 years ago

Yeah, I just ran into this problem as well... I can use the "Elasticsearch HEAD" extension, but it's not as handy as Sense.

StephaneBour commented 6 years ago

Hi,

You can find my fork of this extension here : https://github.com/StephaneBour/sense-chrome ;-)

pjohnson-ptc commented 6 years ago

@StephaneBour - Thanks for this. It's a great help, since Elastic Kibana (old versions especially were much less intuitive)

AhmedHelalAhmed commented 6 years ago

thanks