文章目录
前言
elasticsearch的基本用法
elasticsearch使用教程
一、漏洞
二、渗透测试
Elasticsearch | Mysql |
---|---|
index | database |
type | table |
document | row |
field | field |
路径 | 介绍 |
---|---|
http://IP:9200/_cat/indices | 查看所有的index索引信息 |
http://IP:9200/index索引值/_search | 查看指定索引的数据内容 |
http://IP:9200/_mapping | 查询所有数据库、表结构 |
参数 | 介绍 |
---|---|
?v | 显示详细信息 |
?pretty=true | 美化输出数据,默认是false |