码迷,mamicode.com
首页 >  
搜索关键字:elastic    ( 1303个结果
elastic search query string
1、query时,如何指定返回哪些字段 希望返回name和date字段 希望返回以location.*为前缀的字段以及date字段;不希望返回location.geolocation字段。 2、如何对检索到的结果进行排序 3、同时使用多种限制进行查询 4、response中各个字段分别是什么意思 ...
分类:其他好文   时间:2017-10-20 15:52:55    阅读次数:124
Elastic-Job——分布式定时任务框架
摘要: Elastic-Job是ddframe中dd-job的作业模块中分离出来的分布式弹性作业框架。去掉了和dd-job中的监控和ddframe接入规范部分。该项目基于成熟的开源产品Quartz和Zookeeper及其客户端Curator进行二次开发。 ddframe其他模块也有可独立开源的部分, ...
分类:其他好文   时间:2017-10-17 17:24:55    阅读次数:253
Elastic dowel pin coupling technology performance
Typecouplingwithelasticdowelpingoodcompensationaxial,radialandangularaxisoffsetperformance,goodvibrationdampingperformance,simplestructure,stableandreliable,nonoise,nolubrication,easymaintenance,easyinstallation,goodinusability,lowcost,canbederivedformultip..
分类:其他好文   时间:2017-10-16 12:23:15    阅读次数:120
Elastic Job 入门
Elasticjob是当当网架构师张亮,曹昊和江树建基于Zookepper、Quartz开发并开源的一个Java分布式定时任务,解决了Quartz不支持分布式的弊端。Elasticjob主要的功能有支持弹性扩容,通过Zookepper集中管理和监控job,支持失效转移等,这些都是Quartz等其他定时任务无法比拟的。目..
分类:其他好文   时间:2017-10-15 21:15:41    阅读次数:186
Logstash配置总结和实例
这里记录Logstash配置中注意的事项: 整个配置文件分为三部分:input,filter,output。参考这里的介绍 https://www.elastic.co/guide/en/logstash/current/configuration-file-structure.html 1 在Wi ...
分类:其他好文   时间:2017-10-13 14:02:04    阅读次数:185
Elasticsearch-PHP 概述
最近在学习使用Elasticsearch,并且是和PHP一起使用的,看到了Elasticsearch-PHP,其实是Elasticsearch为PHP提供的客户端,那么我们来学习一下API文档,如何在PHP中使用Elasticsearch。 官方文档:https://www.elastic.co/g ...
分类:Web程序   时间:2017-10-12 19:09:21    阅读次数:145
ElasticSearch索引快照
参考文档:https://www.elastic.co/guide/en/elasticsearch/reference/5.1/modules-snapshots.html 备份数据之前,要创建一个仓库来保存数据,仓库的类型支持Shared filesystem, Amazon S3, HDFS和 ...
分类:其他好文   时间:2017-10-12 12:10:08    阅读次数:148
oldboy es和logstash
logstash: input:https://www.elastic.co/guide/en/logstash/current/input-plugins.html input { file { path =>"/var/log/messages" type => "system" start_p ...
分类:数据库   时间:2017-10-11 19:19:09    阅读次数:222
成为Java工程师,你必须知道这几个常用的开发工具
1、Clover Clover是用于代码覆盖的一大利器,该工具用于应用程序测试的代码,我们可以在IDE或持续集成系统中运行Clover,该工具能让测试的运行速度更快。 2、Eclipse 尽管IntelliJ IDEA、NetBeans和一些其他的IDE正在日益普及,但是有调查表明,Eclipse仍 ...
分类:编程语言   时间:2017-10-07 20:49:33    阅读次数:228
elk日至系统
参考网址:https://www.elastic.co/downloads组件:1、Filebeat客户端组件,用于收集log日志,发送至elasticsearch2、logstash:处理收集的日志3、elasticsearch:储存收集的日志4、kibana提供可视化的日志搜索平台一、概述Filebeat是一个日志文件托运工具,在你的服务器上安装..
分类:其他好文   时间:2017-09-29 00:37:56    阅读次数:222
1303条   上一页 1 ... 90 91 92 93 94 ... 131 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!