甜美糖豆

文章
10
资源
0
加入时间
4年2月16天

windows使用docker搭建ELK(Elasticsearch、Logstash、Kibana),数据可视化环境,导入SQL server,MySQL数据

记录....配置ELK的全过程,其中 为了方便配置和数据库的连接,logstash安装在物理机上,Elasticsearch 和Kibana安装在docker中(PS:主要是记录过程,有些步骤带主观意味直接跳过,未做过多描述,有疑问的可以留言沟通!)先决条件:1.本机安装java1.8 jdr,并添加到环境变量(具体安装可以参考此篇文章:https://blog.csdn.net/zz...

windows gettimeofday

#include <stdio.h>#include <time.h>#include <stdint.h>#ifdef _WIN32 #include <Windows.h>#else #include <unistd.h>#endifvoid gettimeofd