Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add _index.md #12

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/content.en/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
weight: 10
title: INFINI Agent
bookCollapseSection: true
---

# INFINI Agent

## Introduction

**INFINI Agent** is used for collecting and uploading the logs and metric information of Elasticsearch, Easysearch, and Opensearch clusters. It is managed through INFINI Console, supports mainstream operating systems and platforms. The installation package is lightweight and has no external dependencies, enabling quick and convenient installation.

## Features

- Collect and upload health information of Elasticsearch and other clusters, as well as cluster stats, index stats, and node stats information.
- Collect and upload the logs of instance nodes such as Elasticsearch.
- Collect and upload host metric information.

{{< button relref="../docs/getting-started/install/" >}}Getting Started Now{{< /button >}}

## Community

Fell free to join the Discord server to discuss anything around this project:

[Discord Server](https://discord.gg/4tKTMkkvVX)

## Who Is Using?

If you are using INFINI Agent and feel it pretty good, please [let us know](https://discord.gg/4tKTMkkvVX). Thank you for your support.
27 changes: 27 additions & 0 deletions docs/content.zh/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
weight: 10
title: INFINI Agent
bookCollapseSection: true
---

# INFINI Agent

## 介绍

**INFINI Agent** 负责采集和上传 Elasticsearch, Easysearch, Opensearch 集群的日志和指标信息,通过 INFINI Console 管理,支持主流操作系统和平台,安装包轻量且无任何外部依赖,可以快速方便地安装。

## 特性

- 采集上传 Elasticsearch 等集群健康信息/集群 stats/索引 stats/节点 stats 信息
- 采集上传 Elasticsearch 等实例节点日志
- 采集主机指标信息

{{< button relref="../docs/getting-started/install/" >}}即刻开始{{< /button >}}

## 社区

[加入我们的 Discord](https://discord.gg/4tKTMkkvVX)

## 谁在用?

如果您正在使用 INFINI Agent,并且您觉得它还不错的话,请[告诉我们](https://discord.gg/4tKTMkkvVX),感谢您的支持。
Loading