-
Beats在elastic中的地位
查看全部 -
Filebeat:处理日志
查看全部 -
Packetbeat简介
查看全部 -
kibana功能列表
查看全部 -
新建:
bin\elasticsearch -Ehttp.port=7200 -Epath.data=node3
查看列表
127.0.0.1:9200/_cat/nodes?v
查看全部 -
1.beatsf分类
定义Lightweight Data Shipper 轻量级的数据传送者
* FileBeat 日志文件
* Metricbeat度量数据主cpu,内存,磁盘,nginx,mysql
* PacketBeat 网络数据
* Winlogbeat Windows 数据
* HeartBeat 健康检查
查看全部 -
#命令行快速启动集群 bin/elasticsearch bin/elasticsearch -Ehttp.port=8200 -Epath.data=node2 bin/elasticsearch -Ehttp.port=7200 -Epath.data=node3
查看全部 -
filter配置
查看全部 -
filter配置
查看全部 -
#增加
POST /account/person/1
{
"name":"John",
"lastname":"Doe",
"job_description":"System admin"
}
##查询
GET account/person/1
##修改
POST account/person/1/_update
{
"doc": {
"job_description":"Liunx system admin"
}
}
##删除
DELETE account/person/1
查看全部 -
查询语法query
查看全部 -
本地启动集群
查看全部 -
elasticsearch模式
查看全部 -
elasticsearch.yml
查看全部 -
es的配置
查看全部
举报