Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3651376
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

分类: LINUX

2020-07-09 15:19:41



rsyslog
logstash
elasticsearch
kibana

 1073  logger -n 192.168.27.236 -P 516 fw
 1074  logger -n 192.168.27.236 -P 516 -d fw
 1075  logger -d -n 192.168.27.236 -P 516 fw
 1076  logger -d -n 192.168.27.236 -P 515 waf
 1077  logger -d -n 192.168.27.236 -P 515 product-waf-2020.07.09



[root@localhost /]# 
[root@localhost /]# curl -k http://192.168.27.236:9200
{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication credentials for REST request [/]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"missing authentication credentials for REST request [/]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}[root@localhost /]# 
[root@localhost /]# 
[root@localhost /]# 
[root@localhost /]# 
[root@localhost /]# curl --user elastic:venusvcloud2020 -XGET http://192.168.27.236:9200
{
  "name" : "elk",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "3Fq1VH9GQ5yYW0mDlIN8nw",
  "version" : {
    "number" : "7.4.0",
    "build_flavor" : "default",
    "build_type" : "tar",
    "build_hash" : "22e1767283e61a198cb4db791ea66e3f11ab9910",
    "build_date" : "2019-09-27T08:36:48.569419Z",
    "build_snapshot" : false,
    "lucene_version" : "8.2.0",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "You Know, for Search"
}
[root@localhost /]# 


阅读(911) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~