码迷,mamicode.com
首页 >  
搜索关键字:elasticsearch modify    ( 6516个结果
交换机清除配置和密码
1.重启交换机,等待交换机加载到启动菜单,会提示按Ctrl + B2. 此时会出现输入密码的提示,直接按回车3. BOOT MENU 中有4种选项:1. Down load application file to flash #下载程序配置文件2. Modify boo...
分类:其他好文   时间:2014-10-10 22:39:54    阅读次数:183
Git - 批量增删修改操作
查看命令帮助:githelp打开git-addManualPage:githelp<command>githelpadd命令详解:gitadd-A|--all|--no-ignore-removalstagesall:add,modifyandremovegitadd.|--no-all|--ignore-removalstagesnewandmodified,withoutdeleted:add&modify,ignoreremovegitadd-u|--u..
分类:其他好文   时间:2014-10-10 16:37:44    阅读次数:140
logstash启动报错 Exception in thread ">output" org.elasticsearch.discovery.MasterNotDiscoveredException: waited for [30s]
部署ELK时候,logstash启动报错Sending logstash logs to /var/log/logstash.log.Exception in thread ">output" org.elasticsearch.discovery.MasterNotDiscoveredExcept...
分类:其他好文   时间:2014-10-10 11:35:24    阅读次数:397
kibana显示elasticsearch集群中flume到入的日志
elasticsearch kibana3安装...
分类:其他好文   时间:2014-10-09 17:29:58    阅读次数:221
flume 日志导入elasticsearch
Flume配置 。 flume生成的数据结构 "_index" : "logstash-2013.01.07", "_type" : "tms_jboss_syslog", "_id" : "a_M9X_0YSpmE7A_bEzIFiw", "_score" : 1.0, "_source" : {"@source":"file://localhost.localdomain/tmp...
分类:其他好文   时间:2014-10-09 17:03:48    阅读次数:290
CentOS 设置 Elasticsearch 只允许内网访问
vi /etc/sysconfig/iptables添加以下代码即可,设置内网网段iptables -A INPUT -p tcp --dport 9200 ! -s 127.0.0.1 -j DROP-----------------------------------------
分类:其他好文   时间:2014-10-05 14:58:38    阅读次数:270
Static IP Configuration for CentOS 6.5
1.First, we should modify the /etc/sysconfig/network-scripts/ifcfg-eth0 as the following:DEVICE=eth0HWADDR=00:16:3E:53:01:01ONBOOT=yesNM_CONTROLLD=yes...
分类:其他好文   时间:2014-10-04 06:46:06    阅读次数:169
Modifiers
Sometimes it is useful for a function to modify the objects it gets as parameters. In that case, the changes are visible to the caller. increment, whi...
分类:其他好文   时间:2014-10-02 14:14:33    阅读次数:232
Java XML - JDOM2
Java XML - JDOM2 - Introduction (2014/9/28 22:10:49) What is JDOM JDOM is an in-memory XML model that can be used to read, write, create and modify XM...
分类:编程语言   时间:2014-09-30 01:59:12    阅读次数:435
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!