# 9.2.2 Kibana的安装和界面快速浏览

## 安装运行

下载地址：

> <https://www.elastic.co/cn/downloads/kibana>

![](/files/-Lo4yHhtj9SRiTCvoukU)

解压并安装运行

![](/files/-Lo4yHhvZgRfVfqCH5xq)

## Kibana Console

* Dev Tool
* Search Profiler
* Help + 一些快捷键
  * cmd + / (查看API帮助文档)
  * cmd + option + I
  * cmd + option + 0
  * cmd + option + shift + 0

## Kibana Pulgins

常用命令

```
bin/kibana-plugin install /usr/plugin_location
bin/kibana-plugin list
bin/kibana remove
```

## 用Kibana解决日志时间乱序问题

可以按照偏移量，和主机名进行排序


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.clay-wangzhi.com/9-elasticsearch/9.2-an-zhuang-shang-shou/9.2.2-kibana-de-an-zhuang-he-jie-mian-kuai-su-liu-lan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
