# Introduction

这是一本讲述kibana插件开发教程类的书籍，~~写这本书的时候，还没有深入开发过kibana插件~~，书中难免会出现各种错误，欢迎大家指正交流！

经过半年的开发，有太多新的东西分享给你大家，一个是kibana新版本api的改变，一个是对开发过程中涉及的东西做个系统的完善。

> 这是目前kibana插件最详细,最易懂,最新的开发教程，没有之一！

**同时欢迎同行加入，完善这个书籍**。

案例一下 [博客](http://trumandu.github.io/)，欢迎follower,欢迎交流！

[![](/files/-LLJEV3-_0j2bCCpmTcw)](https://github.com/TrumanDu)

推荐一下目前我开发的kibana插件：

1. [indices\_view](https://github.com/TrumanDu/indices_view)
2. [bmap](https://github.com/TrumanDu/bmap)
3. [cleaner](https://github.com/TrumanDu/cleaner)

如果本书对你开发有帮助，欢迎给作者加鸡腿！！！！

![](/files/-LL93qgaCwehiaHqUnWV)


---

# 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://trumandu.gitbook.io/kibana-plugin-development-tutorial/master.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.
