You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/config.mts
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
import{defineConfig}from'vitepress'
2
2
3
-
consttitle="DocKit - GUI Client for Elasticsearch/OpenSearch";
4
-
constdescription="DocKit is an open-source Elasticsearch gui client, OpenSearch gui client for Mac, windows and Linux, 开源 Elasticsearch OpenSearch 桌面客户端";
Welcome to explore DocKit! :rocket::rocket::rocket: the blog section will provide you usefully skills and tips to use DocKit and some knowledge share about [Elasticsearch](https://www.elastic.co/), [OpenSearch](https://opensearch.org/), and more to come.
3
+
4
+
5
+
## [Introduction to Elasticsearch Desktop Client - DocKit](/blog/elasticsearch-desktop-client.md)
6
+
Are you searching for the best Elasticsearch desktop client to streamline your development data management? Look no further! In this comprehensive guide, we will introduce you to DocKit, a top-tier Elasticsearch desktop client designed to enhance your workflow and boost productivity. Whether you're a seasoned developer or just starting out, finding the right tool can make all the difference.
# Introduction to Elasticsearch Desktop Client - DocKit
2
+
3
+
Are you searching for the best Elasticsearch desktop client to streamline your development data management? Look no further! In this comprehensive guide, we will introduce you to DocKit, a top-tier Elasticsearch desktop client designed to enhance your workflow and boost productivity. Whether you're a seasoned developer or just starting out, finding the right tool can make all the difference.
4
+
5
+
## Why Choose an Elasticsearch Desktop Client?
6
+
7
+
[Elasticsearch](https://www.elastic.co/elasticsearch) is a powerful search and analytics engine, but managing it effectively requires the right tools. An Elasticsearch desktop client provides a user-friendly interface, advanced search capabilities, and efficient data management features. With DocKit, you can unlock the full potential of Elasticsearch and optimize your data management experience.
8
+
9
+
DocKit is a desktop client, compared to the web-based [Kibana](https://www.elastic.co/kibana), it provides a more handy and efficient way to manage your Elasticsearch server, from your local you don't need to run kibana inside a container to occupy massive disk and memory, and meanwhile, DocKit can connect to multiple Elasticsearch servers at the same time so you can switch between your application environments instantly, which is more flexible than Kibana.
10
+
11
+
DocKit also support [OpenSearch](https://opensearch.org/), which provide seamless features and user experience for OpenSearch users, so developer don't need to switch between Kibana and [OpenSearch Dashboards](https://opensearch.org/docs/latest/dashboards/), they can use DocKit to manage both Elasticsearch and OpenSearch clusters.
12
+
13
+

14
+
## Key Features of DocKit
15
+
16
+
DocKit offers a range of features to suit your specific needs:
17
+
-**User-Friendly Interface**: Navigate through your Elasticsearch/OpenSearch server with ease using DocKit's intuitive interface.
18
+
-**Advanced Search Capabilities**: Perform complex searches and analyze your data efficiently.
19
+
-**Cross-Platform Support**: Available for Mac, Windows, and Linux, ensuring compatibility with your operating system.
20
+
-**Open-Source**: DocKit is an open-source project, allowing for community contributions and continuous improvement.
21
+
-**Multiple Server Support**: Connect to multiple Elasticsearch/OpenSearch servers simultaneously, streamlining your workflow.
22
+
-**AI-Powered Search**: Utilize AI-powered search capabilities to enhance your data analysis and visualization.
23
+
24
+
## How to Get Started with DocKit
25
+
26
+
Getting started with DocKit is simple:
27
+
1.**Download and Install**: Visit the [official DocKit website](https://dockit.geekfun.club) to download the latest version for your operating system. follow the [installation guide](/docs/installation.md) to install DocKit.
28
+
2.**Connect to Your Elasticsearch Server**: Follow the [installation guide](/docs/connect-to-server.md) to connect DocKit to your Elasticsearch server.
29
+
3.**Explore and Manage Your Data**: Use DocKit's powerful features to manage and analyze your Elasticsearch data.
30
+
31
+
## Conclusion
32
+
33
+
Choosing the right Elasticsearch desktop client is crucial for efficient data management and analysis. DocKit stands out as a top choice, offering a user-friendly interface, advanced search capabilities, and cross-platform support. Don't waste time with subpar tools—optimize your workflow with DocKit and unlock the full potential of Elasticsearch.
34
+
35
+
For more information and to download DocKit, visit the [official website](https://dockit.geekfun.club).
Copy file name to clipboardExpand all lines: docs/docs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ DocKit as a NoSQL/NewSQL GUI client Elasticsearch, OpenSearch, and more to come.
4
4
Thanks for trying out DocKit! :rocket::rocket::rocket: This guide will help you get started with DocKit.
5
5
6
6
## [Connect to Server](/docs/connect-to-server.md)
7
-
DocKit as a NoSQL GUI client, it supports multiple databases, including Elasticsearch, OpenSearch, and more to come. This document outlines how to connect to a database server using DocKit.
7
+
DocKit as a NoSQL GUI client, it supports multiple databases, including Elasticsearch, OpenSearch, and more to come. This document outlines how to connect to a ElasticSearch server using DocKit.
8
8
9
9
## [Shortcuts Introduction](/docs/shortcut.md)
10
10
As a Desktop Application, DocKit provides a set of shortcuts to help users use DocKit more efficiently. This document outlines the available shortcuts and corresponding actions.
DocKit as a NoSQL GUI client, it supports multiple databases, including Elasticsearch, OpenSearch, and more to come. This document outlines how to connect to a database server using DocKit.
1
+
# DocKit connect to Elasticsearch server
2
+
DocKit as a NoSQL GUI client, it supports multiple databases, including [Elasticsearch](https://www.elastic.co), OpenSearch, and more to come. This document outlines how to connect to a database server using DocKit.
3
3
## Install and Open DocKit
4
4
you can find detailed instructions on how to install and open DocKit in the [installation guide](../docs/installation.md).
5
5
6
-
## Connect to Server
7
-
After opening DocKit, click the `+ New connection` button to add a new connection, then you can input the connection information, including the connection name, host, port, and authentication information.
8
-

6
+
## Connect to Elasticsearch Server
7
+
After opening DocKit, click the `+ New connection` button to add a new connection, then you can input the Elasticsearch server information, including the connection name, host, port, and authentication information.
8
+

9
9
10
10
Notice:
11
11
1. the host requires a comprehensive domain include protocol `http` or `https`
12
-
2. if you try to connect to a self-signed server, you can disable the certificate validation by unblock the :lock:
12
+
2. if you try to connect to a self-signed Elasticsearch server, you can disable the certificate validation by unblock the :lock:
13
13
14
14
## Test connection
15
-
once all your input finish, simply click the `Test Connection` button to verify if DocKit can connect to the configured server
15
+
once all your input finish, simply click the `Test Connection` button to verify if DocKit can connect to the configured Elasticsearch server
16
16
17
17
## Save Connection
18
18
19
-
Simply Click `Confirm` to save Connections so you can always access target server with DocKit
19
+
Simply Click `Confirm` to save Connections so you can always access target Elasticsearch server with DocKit.
Copy file name to clipboardExpand all lines: docs/docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DocKit Installation
2
2
Thanks for trying out DocKit!:rocket::rocket::rocket: This guide will help you get started with DocKit.
3
-
3
+
Before use DocKit to connect to your Elasticsearch server, you need to install it first.
4
4
## Download DocKit
5
5
you can download the latest version of DocKit from the [Download](../download.md) page, then select the target platform to download the corresponding installation package.
6
6
DocKit recently supports Windows, macOS, and Linux.
Copy file name to clipboardExpand all lines: docs/docs/shortcut.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DocKit Shortcuts Introduction
2
2
As a Desktop Application, DocKit provides a set of shortcuts to help users use DocKit more efficiently. This document outlines the available shortcuts and corresponding actions.
3
-
3
+
These shortcuts are designed to streamline your workflow and enhance your productivity when working with DocKit to manage your Elasticsearch/OpenSearch server.
Copy file name to clipboardExpand all lines: docs/download.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ outline: deep
4
4
5
5
# Download DocKit
6
6
Thanks for trying out DocKit! :rocket::rocket::rocket: DocKit is a new NoSQL GUI client with supper lightweight and support across Windows, macOS, and Linux.
7
-
7
+
DocKit support Elasticsearch, OpenSearch, and more to come([DynamoDB](https://aws.amazon.com/dynamodb/), [MongoDB](https://www.mongodb.com/), etc), you can download the latest version of DocKit from the following links.
0 commit comments