摘要:
需求 为了开发新的 logstash 插件 问题 原以为只是很简单的 bundle install 就能搞定的事情,实际却遇到了一堆问题。 1. clone git git@github.com:logstash-plugins/logstash-filter-example.git 2. cd l 阅读全文
摘要:
需求 由于 kibana3 中,不支持直接在请求的 url 中设置搜索的 type (是不是我不知道???)。 为了支持特定 type 的搜索,所以我设置了个下每个 panel 的查询语句,让它增加一个: 结果今天在查一个 bug 的时候,发现这样有一个坑,,, 问题 由于URL请求的路径并没不能指 阅读全文
摘要:
聚合能力 Aggregation API 类似 SQL 中的 GROUP BY 语句,可以以某个字段来进行分组。 Aggregation API 支持分级分组,多级的分组过程是由外到里的。 Aggregation API 除了分组功能,依据 API 的不同也能对每一组数据进行不同的分析(比如计数/求 阅读全文
摘要:
帮助 示例(查看网卡信息) 阅读全文
摘要:
错误1 1. 报403错误,是因为启动nginx的用户默认是nobody,没有对项目目录的访问权限。 错误2 2. 报404错误,是因为在nginx.conf中未配置passenger 错误3 3. Missing `secret_token` and `secret_key_base` for ' 阅读全文
摘要:
参数 close_older 参数 ignore_older 参数 start_position 阅读全文
摘要:
动态模板 Dynamic templates allow you to define custom mappings that can be applied to dynamically added fields based on: the datatype detected by Elastics 阅读全文
摘要:
今天在给上级汇报工作的时候,被问到了这个问题,一时也没回到上来。 英文原文: https://www.elastic.co/guide/en/elasticsearch/guide/current/_queries_and_filters.html 前面我们讲到的是关于结构化查询语句,事实上我们可以 阅读全文
摘要:
互斥量:pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;int pthread_mutex_init(pthread_mutex_t *mutex, pthread_mutexattr_t *attr);int pthread_mutex_dest... 阅读全文
摘要:
测试环境: Ubuntu x86_64 3.13.0-35-generic 安装jre: 加入 Elasticsearch 官方源并安装 elasticsearch 随系统启停 启动 elasticsearch 服务 阅读全文