> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/elkstack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/elkstack/contributors.md).

# 合作名单

* 感谢 crazw 完成 collectd 插件介绍章节。
* 感谢 松涛 完成 nxlog 场景介绍章节。
* 感谢 LeiTu 完成 logstash-forwarder 介绍章节。
* 感谢 jingbli 完成 kafka 插件介绍章节。
* 感谢 林鹏 完成 ossec 场景介绍章节。
* 感谢 cameluo 完成 shield 介绍章节。
* 感谢 tuxknight 指出 hdfs 章节笔误。
* 感谢 lemontree 完成 marvel 介绍章节。
* 感谢 NERO 完成 utmp 插件开发介绍章节。
* 感谢 childe 完成 kibana-auth-CAS 介绍, elasticsearch 读写分离和别名等章节。
* 感谢 gnuhpc 完善 elasticsearch 插件 index 配置细节，logstash-fowarder-java 部署细节。
* 感谢 东南 指出两处代码示例笔误。
* 感谢 陆一鸣 指出 openjdk 的 rpm 名错误。
* 感谢 elain 完成 search-guard 章节。
* 感谢 wdh 完成 search-guard v2 版章节。
* 感谢 李宏旭 完成 hdfs 快照备份 章节。
* 感谢 abcfy2 完成 grafana 章节。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hezhiqiang.gitbook.io/elkstack/contributors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
