摘要:
[root@xxyy yum.repos.d]# yum install ruby Loaded plugins: refresh-packagekit, securitySetting up Install ProcessResolving Dependencies--> Running tr... 阅读全文
摘要:
[elk@zjtest7-frontend config]$ cat stdin04.conf input { stdin { }}filter { # drop sleep events grok { match => { "message" => "SELECT aaa... 阅读全文
摘要:
关于maxmemory的设置,如果redis的应用场景是作为db使用,那不要设置这个选项,因为db是不能容忍丢失数据的。如果作为cache使用,则可以启用这个选项(其实既然有淘汰策略,那就是cache了。。。)指定Redis最大内存限制,Redis在启动时会把数据加载到内存中,达到最大内存后,R... 阅读全文
摘要:
zjtest7-frontend:/usr/local/logstash-2.3.4/config# cat stdin04.conf input { stdin { }}filter { # drop sleep events grok { match => { "mes... 阅读全文
摘要:
[elk@zjtest7-frontend config]$ cat stdin04.conf input { stdin { }}filter { # drop sleep events grok { match => { "message" => "SELECT SLE... 阅读全文
摘要:
input { stdin { }}filter { grok { match => ["message","\s*%{TIMESTAMP_ISO8601}\s+(?(\S+)).*"] } if [Level] ... 阅读全文
摘要:
Zabbix Housekeeper changes:使用分区表需要关闭zabbix的history/trends的housekeeper。Zabbix 2.0.x:关闭housekeeper需要变更zabbix_server.conf配置文件:DisableHousekeeping=1.关闭了... 阅读全文
摘要:
[elk@zjtest7-redis bin]$ cat elasticsearch.in.sh if [ "x$ES_MIN_MEM" = "x" ]; then ES_MIN_MEM=1gfiif [ "x$ES_MAX_MEM" = "x" ]; then ES_MAX_MEM... 阅读全文
摘要:
use Win32::Process::Info;while (1==1){use Sys::Hostname;use HTTP::Date qw(time2iso str2time time2iso time2isoz); use Net::SMTP; if ( $#ARGV ;... 阅读全文
摘要:
Attempted to send a bulk request to Elasticsearch configured at '["http://192.168.32.152:9200"]', but an error occurred and it failed! Are you sure ... 阅读全文