-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve seo for elasticsearch
Signed-off-by: seven <[email protected]>
- Loading branch information
Showing
11 changed files
with
110 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Blog | ||
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. | ||
|
||
|
||
## [Introduction to Elasticsearch Desktop Client - DocKit](/blog/elasticsearch-desktop-client.md) | ||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Introduction to Elasticsearch Desktop Client - DocKit | ||
|
||
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. | ||
|
||
## Why Choose an Elasticsearch Desktop Client? | ||
|
||
[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. | ||
|
||
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. | ||
|
||
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. | ||
|
||
![DocKit UI](/public/client-ui.png) | ||
## Key Features of DocKit | ||
|
||
DocKit offers a range of features to suit your specific needs: | ||
- **User-Friendly Interface**: Navigate through your Elasticsearch/OpenSearch server with ease using DocKit's intuitive interface. | ||
- **Advanced Search Capabilities**: Perform complex searches and analyze your data efficiently. | ||
- **Cross-Platform Support**: Available for Mac, Windows, and Linux, ensuring compatibility with your operating system. | ||
- **Open-Source**: DocKit is an open-source project, allowing for community contributions and continuous improvement. | ||
- **Multiple Server Support**: Connect to multiple Elasticsearch/OpenSearch servers simultaneously, streamlining your workflow. | ||
- **AI-Powered Search**: Utilize AI-powered search capabilities to enhance your data analysis and visualization. | ||
|
||
## How to Get Started with DocKit | ||
|
||
Getting started with DocKit is simple: | ||
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. | ||
2. **Connect to Your Elasticsearch Server**: Follow the [installation guide](/docs/connect-to-server.md) to connect DocKit to your Elasticsearch server. | ||
3. **Explore and Manage Your Data**: Use DocKit's powerful features to manage and analyze your Elasticsearch data. | ||
|
||
## Conclusion | ||
|
||
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. | ||
|
||
For more information and to download DocKit, visit the [official website](https://dockit.geekfun.club). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# DocKit connect to server | ||
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. | ||
# DocKit connect to Elasticsearch server | ||
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. | ||
## Install and Open DocKit | ||
you can find detailed instructions on how to install and open DocKit in the [installation guide](../docs/installation.md). | ||
|
||
## Connect to Server | ||
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. | ||
![mac connect to server](/mac-connect-to-server.png) | ||
## Connect to Elasticsearch Server | ||
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. | ||
![mac connect to Elasticsearch server](/mac-connect-to-server.png) | ||
|
||
Notice: | ||
1. the host requires a comprehensive domain include protocol `http` or `https` | ||
2. if you try to connect to a self-signed server, you can disable the certificate validation by unblock the :lock: | ||
2. if you try to connect to a self-signed Elasticsearch server, you can disable the certificate validation by unblock the :lock: | ||
|
||
## Test connection | ||
once all your input finish, simply click the `Test Connection` button to verify if DocKit can connect to the configured server | ||
once all your input finish, simply click the `Test Connection` button to verify if DocKit can connect to the configured Elasticsearch server | ||
|
||
## Save Connection | ||
|
||
Simply Click `Confirm` to save Connections so you can always access target server with DocKit | ||
Simply Click `Confirm` to save Connections so you can always access target Elasticsearch server with DocKit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.