I'm following the intro video ( https://www.elastic.co/webinars/get-started-with-elasticsearch ) and it shows a tool called Sense to easily edit queries for ES. Is this tool still available and if so what URL can it be accessed? For Marvel 1.x, the video shows Sense at localhost:9200/_plugin/marvel/index.html
https://www.elastic.co/guide/en/sense/current/index.html
Also it may pay to bookmark https://www.elastic.co/guide/index.html, there's lots of great stuff there to get you started
Thanks, I don't see that listed as a product under the nav menu for Products. Guess the intro video is pretty outdated WRT to installation.
Yeah it is, I have asked the website content team what we can do about it.
Make a new video If I get this figured out I will! Thanks for relaying this issue to the content team!
So I installed Sense using docs here ( https://www.elastic.co/guide/en/sense/current/installing.html ) and now I can't launch Kibana. Error message is:
log [00:46:52.677] [info][status][plugin:kibana] Status changed from uninitialized to green - Ready
log [00:46:52.697] [info][status][plugin:elasticsearch] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [00:46:52.700] [info][status][plugin:marvel] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [00:46:52.724] [info][status][plugin:sense] Status changed from uninitialized to green - Ready
log [00:46:52.737] [info][status][plugin:kbn_vislib_vis_types] Status changed from uninitialized to green - Ready
log [00:46:52.748] [info][status][plugin:markdown_vis] Status changed from uninitialized to green - Ready
log [00:46:52.751] [info][status][plugin:metric_vis] Status changed from uninitialized to green - Ready
log [00:46:52.881] [info][status][plugin:spyModes] Status changed from uninitialized to green - Ready
log [00:46:52.886] [info][status][plugin:statusPage] Status changed from uninitialized to green - Ready
log [00:46:52.890] [info][status][plugin:table_vis] Status changed from uninitialized to green - Ready
log [00:46:52.894] [info][status][plugin:elasticsearch] Status changed from yellow to green - Kibana index ready
log [00:46:52.900] [fatal] Error: listen EADDRINUSE
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1156:14)
at listen (net.js:1182:10)
at net.js:1280:9
at dns.js:85:18
at process._tickDomainCallback (node.js:381:11)
FATAL { [Error: listen EADDRINUSE]
cause: { [Error: listen EADDRINUSE] code: 'EADDRINUSE', errno: 'EADDRINUSE', syscall: 'listen' },
isOperational: true,
code: 'EADDRINUSE',
errno: 'EADDRINUSE',
syscall: 'listen' }
Did you stop the any other KB instances?
Check nothing else is listening on port 5601.
I shut everything down and re-started ES and Kibana.... seems to be ok now.