
ElasticSearch
enlyhua
这个作者很懒,什么都没留下…
展开
-
5.中小型企业通用自动化运维架构 -- ELK
1.简介 2.安装elasticsearch 安装cnpm installcnpm run starthttp://192.168.0.105:9100/ logstash 安装: kibana 安装: ...转载 2018-10-26 00:27:22 · 1164 阅读 · 0 评论 -
9.logstash
demo : 收集 nginx 日志转载 2018-10-27 15:37:53 · 124 阅读 · 0 评论 -
8.Beats
1.简介 收集 nginx demo:nginx.yml: 运行命令:tail -f /data/log/nginx/access.log | filebeat -e -c /data/filebeat-6.4.2-linux-x86_64/module/nginx/access/nginx.ymlprospector : ...转载 2018-10-27 14:23:17 · 265 阅读 · 0 评论 -
7.ES 配置
如何区分环境:以 network.host 是否绑定 localhost 为准 ...转载 2018-10-26 23:47:55 · 423 阅读 · 0 评论 -
6.ES 搜索示例
1.添加curl -u elastic:123456 -H "Content-Type:application/json" -XPUT 'http://192.168.0.103:9200/megacorp/employee/3' -d '{"first_name":"Douglas","last_name":"Fir","age":35,"about"转载 2018-06-07 01:27:21 · 563 阅读 · 0 评论 -
5.PHP ES 使用
https://packagist.org/packages/elasticsearch/elasticsearchhttps://www.elastic.co/guide/en/elasticsearch/client/php-api/current/_quickstart.html转载 2018-06-05 23:35:41 · 1087 阅读 · 0 评论 -
4.ES 相关插件安装
1. head 插件安装git clone git://github.com/mobz/elasticsearch-head.gitcd elasticsearch-headnpm install //cnpm installnpm run start // cnpm run startopen http://localhost:9100/ 2.修改配置,启动插件...转载 2018-06-05 22:56:09 · 647 阅读 · 0 评论 -
3.ES 相关概念
1.相关概念1.ES 概念 索引(index) => mysql 库 类型(type) => mysql 库转载 2018-06-05 22:08:48 · 335 阅读 · 0 评论 -
2.ELK stack 集群 搭建
1.概述 2.es 配置#集群名称cluster.name: my-es-cluster-name#节点名称node.name: es-node-1#数据存放的位置path.data: /var/lib/elasticsearch#日志存放的位置path.logs: /var/log/elasticsearch#主机network.host: 192...转载 2018-06-04 23:55:16 · 234 阅读 · 0 评论 -
1.ELK 安装
1.ES 安装1.CentOS ElasticSearch 安装 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.rpm wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4....原创 2018-06-04 00:02:40 · 258 阅读 · 0 评论 -
1.url
http://blog.youkuaiyun.com/cnweike/article/category/2250521转载 2017-04-22 16:18:54 · 496 阅读 · 0 评论 -
10.sentry
1.官网注册账号 https://sentry.io2.安装 PHP 组件 composer require "sentry/sentry" composer require --prefer-dist mito/yii2-sentry "~1.0.0" // yii2组件3.对yii2进行配置'components' => [ 'sentry' =&g...原创 2019-01-13 22:01:51 · 252 阅读 · 0 评论