Skip to content

Commit 77621c5

Browse files
committed
📝 Writing docs.
1 parent f46884c commit 77621c5

10 files changed

Lines changed: 591 additions & 35 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
* [Maven 排错](docs/javatool/build/maven/maven-faq.md)
4949
* [Ant 简易教程](docs/javatool/build/ant.md)
5050
* [Elastic](docs/javatool/elastic/README.md)
51-
* [Elastic 快速指南](docs/javatool/elastic/elastic-quickstart.md)
52-
* [Elastic 学习资源](docs/javatool/elastic/resources.md)
51+
* [Elastic 技术栈之快速指南](docs/javatool/elastic/elastic-quickstart.md)
52+
* [Elastic 技术栈之 Logstash 基础](docs/javatool/elastic/elastic-logstash.md)
5353
* [Java IDE](docs/javatool/ide/README.md)
5454
* [Intellij IDEA 使用小结](docs/javatool/ide/intellij.md)
5555
* [Eclipse 使用小结](docs/javatool/ide/eclipse.md)
@@ -61,7 +61,9 @@
6161
* [数据库](docs/extend/database.md)
6262
* [数据结构和算法](docs/extend/algorithm.md)
6363
* [Linux](docs/extend/linux.md)
64-
64+
* [网络](docs/extend/web/README.md)
65+
* [nginx 快速入门](docs/extend/web/nginx-quickstart.md)
66+
6567
### [附录](docs/appendix/README.md)
6668

67-
* [Java 学习资源](docs/spring/appendix/resources.md)
69+
* [Java 学习资源](docs/appendix/resources.md)

docs/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
* [Maven 排错](javatool/build/maven/maven-faq.md)
3939
* [Ant 简易教程](javatool/build/ant.md)
4040
* [Elastic](javatool/elastic/README.md)
41-
* [Elastic 快速指南](javatool/elastic/elastic-quickstart.md)
42-
* [Elastic 学习资源](javatool/elastic/resources.md)
41+
* [Elastic 技术栈之快速入门](javatool/elastic/elastic-quickstart.md)
42+
* [Elastic 技术栈之 Logstash 基础](javatool/elastic/elastic-logstash.md)
4343
* [Java IDE](javatool/ide/README.md)
4444
* [Intellij IDEA 使用小结](javatool/ide/intellij.md)
4545
* [Eclipse 使用小结](javatool/ide/eclipse.md)
@@ -57,4 +57,4 @@
5757
------
5858

5959
* [附录](appendix/README.md)
60-
* [Java 学习资源](spring/appendix/resources.md)
60+
* [Java 学习资源](appendix/resources.md)

docs/javalib/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22

33
## 目录
44

5+
* [ActiveMQ 使用小结](activemq.md)
6+
* [Dozer 使用小结](dozer.md)
7+
* [细说 Java 主流日志工具库](java-log.md)
8+
* [JavaMail 使用小结](javamail.md)
9+
* [jsoup 使用小结](jsoup.md)
10+
* [JUnit 使用小结](junit.md)
11+
* [Lombok 使用小结](lombok.md)
12+
* [Thumbnailator 使用小结](thumbnailator.md)
13+
* [ZXing 使用小结](zxing.md)

docs/javatool/build/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
![maven.png](http://upload-images.jianshu.io/upload_images/3101171-b5325d3c12338b65.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
88

9-
* [Maven 快速指南(一)](maven/maven-quickstart-01.html)
10-
* [Maven 快速指南(二)](maven/maven-quickstart-02.html)
11-
* [Maven 之 pom.xml 详解(一)](maven/maven-pom-01.html)
12-
* [Maven 之 pom.xml 详解(二)](maven/maven-pom-02.html)
13-
* [Maven 之 pom.xml 详解(三)](maven/maven-pom-03.html)
14-
* [Maven 之 settings.xml 详解](maven/maven-settings-config.html)
15-
* [发布项目到中央仓库](maven/maven-deploy.html)
16-
* [Maven 排错](maven/maven-faq.html)
9+
* [Maven 快速指南(一)](maven/maven-quickstart-01.md)
10+
* [Maven 快速指南(二)](maven/maven-quickstart-02.md)
11+
* [Maven 之 pom.xml 详解(一)](maven/maven-pom-01.md)
12+
* [Maven 之 pom.xml 详解(二)](maven/maven-pom-02.md)
13+
* [Maven 之 pom.xml 详解(三)](maven/maven-pom-03.md)
14+
* [Maven 之 settings.xml 详解](maven/maven-settings-config.md)
15+
* [发布项目到中央仓库](maven/maven-deploy.md)
16+
* [Maven 排错](maven/maven-faq.md)
1717

1818
### Ant
1919

20-
* [Ant 简易教程](ant.html)
20+
* [Ant 简易教程](ant.md)

docs/javatool/elastic/README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1-
# Elastic
1+
# Elastic 技术栈
22

3+
> **Elastic 技术栈通常被用来作为日志中心。**
4+
>
5+
> ELK 是 elastic 公司旗下三款产品 [ElasticSearch](https://www.elastic.co/products/elasticsearch)[Logstash](https://www.elastic.co/products/logstash)[Kibana](https://www.elastic.co/products/kibana) 的首字母组合。
6+
>
7+
> [ElasticSearch](https://www.elastic.co/products/elasticsearch) 是一个基于 [Lucene](http://lucene.apache.org/core/documentation.html) 构建的开源,分布式,RESTful 搜索引擎。
8+
>
9+
> [Logstash](https://www.elastic.co/products/logstash) 传输和处理你的日志、事务或其他数据。
10+
>
11+
> [Kibana](https://www.elastic.co/products/kibana) 将 Elasticsearch 的数据分析并渲染为可视化的报表。
12+
>
13+
> Elastic 技术栈,在 ELK 的基础上扩展了一些新的产品,如:[Beats](https://www.elastic.co/products/beats)[X-Pack](https://www.elastic.co/products/x-pack)
314
15+
## 目录
16+
17+
[Elastic 技术栈之快速指南](elastic-quickstart.md)
18+
19+
[Elastic 技术栈之 Logstash 基础](elastic-logstash.md)
20+
21+
## 资源
22+
23+
**官方资源**
24+
25+
[Elastic 官方文档](https://www.elastic.co/guide/index.html)
26+
27+
**第三方工具**
28+
29+
[logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder)
30+
31+
**教程**
32+
33+
[Elasticsearch 权威指南(中文版)](https://es.xiaoleilu.com/index.html)
34+
35+
[ELK Stack权威指南](https://github.com/chenryn/logstash-best-practice-cn)
36+
37+
**博文**
38+
39+
[Elasticsearch+Logstash+Kibana教程](https://www.cnblogs.com/xing901022/p/4704319.html)
40+
41+
[ELK(Elasticsearch、Logstash、Kibana)安装和配置](https://github.com/judasn/Linux-Tutorial/blob/master/ELK-Install-And-Settings.md)

0 commit comments

Comments
 (0)