-
Beats在elastic中的地位
查看全部 -
Filebeat:處理日志
查看全部 -
Packetbeat簡(jiǎn)介
查看全部 -
kibana功能列表
查看全部 -
新建:
bin\elasticsearch -Ehttp.port=7200 -Epath.data=node3
查看列表
127.0.0.1:9200/_cat/nodes?v
查看全部 -
1.beatsf分類
?定義Lightweight Data Shipper 輕量級(jí)的數(shù)據(jù)傳送者
?*? ?FileBeat 日志文件
?*? ?Metricbeat度量數(shù)據(jù)主cpu,內(nèi)存,磁盤(pán),nginx,mysql
?*? ?PacketBeat 網(wǎng)絡(luò)數(shù)據(jù)
?*? ?Winlogbeat Windows 數(shù)據(jù)
?*? ?HeartBeat 健康檢查
? ??
查看全部 -
#命令行快速啟動(dòng)集群 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
查看全部 -
查詢語(yǔ)法query
查看全部 -
本地啟動(dòng)集群
查看全部 -
elasticsearch模式
查看全部 -
elasticsearch.yml
查看全部 -
es的配置
查看全部
舉報(bào)