摘要:
https://www.elastic.co/guide/en/kibana/6.6/tutorial-build-dashboard.html Building your own dashboard Ready to load some data and build a dashboard? Th 阅读全文
摘要:
下载以及安装 https://www.elastic.co/downloads/kibana 1.Download and unzip Kibana 2. Open config/kibana.yml in an editor Set elasticsearch.hosts to point at 阅读全文
摘要:
https://www.cnblogs.com/aresxin/p/8035137.html Elasticsearch是个开源分布式搜索引擎,提供搜集、分析、存储数据三大功能。它的特点有:分布式,零配置,自动发现,索引自动分片,索引副本机制,restful风格接口,多数据源,自动搜索负载等。 Lo 阅读全文
摘要:
Configuring Logstash To configure Logstash, you create a config file that specifies which plugins you want to use and settings for each plugin. You ca 阅读全文
摘要:
https://stackoverflow.com/questions/672693/windows-batch-file-starting-directory-when-run-as-admin Better than cd is pushd which will change drive let 阅读全文
摘要:
Exploring Your Data Sample Dataset Now that we’ve gotten a glimpse of the basics, let’s try to work on a more realistic dataset. I’ve prepared a sampl 阅读全文
摘要:
What are the differences between Flyweight and Object Pool patterns? They differ in the way they are used. Pooled objects can simultaneously be used b 阅读全文