Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Sense/Kibana installation and links #754

Open
@nerfologist

Description

@nerfologist

Hello,
as others have reported, the documentation does not seem up to date regarding the Sense console. this link explains how to install the Sense plugin which appears to be no longer necessary.

Under Mac Os X, you can just install Elasticsearch and kibana:

brew install elasticsearch
brew services start elasticsearch
brew install kibana
brew services start kibana

After that, Elasticsearch will be running on localhost:9200 and the Kibana dashboard on localhost:5601.

In order to make the Sense links work, you can just click the cog reading Configure Sense URL in the bottom right of an example and substitute the default URL with

http://localhost:5601/app/kibana#/dev_tools/console

The queries should be correctly pasted into the left console window, ready for execution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions