Loading...
今天花了比较久的时间,搭建了ELK日志分析平台,做下笔记,免得忘记了。以下是运行结果:我采用的是Windows上运行Elastsearch6.4.2+Kibana6.4.2Linux上运行Logstash6.4.2主要使用Logstash采集系统的日志。Windows机器上的Elasticsearch配置。network.host: 192.168.109.1 因为使用VM虚拟机,分配了这个...
EventLoopGroup boss = new NioEventLoopGroup(); EventLoopGroup worker = new NioEventLoopGroup(); try { ServerBootstrap bootstrap = new ServerBootstrap(); bootstrap.group...
停止服务adb kill-server 开启服务adb start-server 安装程序adb install test.akp 卸载程序adb uninstall com.app.hello 运行shell命令adb shell上传文件adb push test.txt /mnt/ 下载文件adb pull /mnt/test.txt
当我们尝试使用root用户启动时会报错: [root@host bin]# ./elasticsearch [2018-09-28T21:00:15,217][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [] uncaught exception in thread [main] org.elasticsearch.boots...
所以我们在命令行中使用Ctrl+D 来退出当前的登录,然后在按一次Ctrl+D退出xiaoming用户的登录,这时候我们回到的是root的用户下了,在使用: userdel es 此时用户会删除成功。