tutorial español elk elastic descargar elasticsearch kibana sense

elasticsearch - español - kibana tutorial



No se puede instalar el complemento sense para Kibana (4)

Como dijo wuxiwei , Sense pasó a llamarse Console y ya está disponible en Kibana 5. *. En Kibana, simplemente haga clic en Dev Tools :

Estoy intentando instalar el complemento de sentido para elasticsearch / kibana. He instalado Kibana con éxito pero al seguir las instrucciones en https://www.elastic.co/guide/en/sense/current/installing.html ./kibana plugin --install elastic/sense : ./kibana plugin --install elastic/sense , en el directorio bin dentro de la carpeta kibana, y obtengo:

ERROR unknown command plugin Usage: bin/kibana [command=serve] [options] Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Commands: serve [options] Run the kibana server help <command> Get the help for a specific command "serve" Options: -h, --help output usage information -e, --elasticsearch <uri> Elasticsearch instance -c, --config <path> Path to the config file, can be changed with the CONFIG_PATH environment variable as well. Use mulitple --config args to include multiple config files. -p, --port <port> The port to bind to -q, --quiet Prevent all logging except errors -Q, --silent Prevent all logging --verbose Turns on verbose logging -H, --host <host> The host to bind to -l, --log-file <path> The file to log to --plugin-dir <path> A path to scan for plugins, this can be specified multiple times to specify multiple directories --plugin-path <path> A path to a plugin which should be included by the server, this can be specified multiple times to specify multiple paths --plugins <path> an alias for --plugin-dir

No puedo entender por qué me sale este error, ¿cómo puedo instalar el complemento de sense entonces?


Manual Downloaded it El script bin / plugin de Kibana requiere acceso directo a internet para descargar e instalar Sense. Si su servidor no tiene acceso a Internet, puede descargar el archivo Sense tar desde el siguiente enlace: https://download.elasticsearch.org/elastic/sense/sense-latest.tar.gz

Una vez descargado puede instalar Sense usando el siguiente comando:

$ bin/kibana plugin -i sense -u file:///PATH_TO_SENSE_TAR_FILE


Se cambió el nombre de Sense a Console y está integrado en Kibana 5. Puede encontrarlo haciendo clic en la aplicación Dev Tools.