Skip to content

Commit f81ad0a

Browse files
committed
Update README.md
1 parent 5924180 commit f81ad0a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# Elasticsearch Index
2-
This tool is designed to help you index your data in Elasticsearch. It supports several file types, including plain text files, JSON, and JSONLines. It also has the option to automatically determine the index name based on the file name, or you can specify the index name yourself.
1+
<h1 align="center">Elasticsearch Index<a href="https://twitter.com/intent/tweet?text=Elaticsearch%20Index%20-%20Manage%20attack%20surface%20data%20on%20Elasticsearch%0Ahttps://github.com/trickest/elasticsearch_index"> <img src="https://img.shields.io/badge/Tweet--lightgrey?logo=twitter&style=social" alt="Tweet" height="20"/></a></h1>
2+
3+
<h3 align="center">
4+
Manage attack surface data on Elasticsearch
5+
</h3>
6+
<br>
7+
8+
Elasticsearch Index is a straightforward tool for indexing data into Elasticsearch. It supports several file types, including plain text files, JSON, and JSONLines. It also has the option to automatically determine the index name based on the file name, or you can specify the index name yourself. You can also query for matching records from your terminal or [Trickest workflows](https://trickest.io/auth/register).
39

410
## Installation
511
### Source
@@ -47,6 +53,8 @@ The `elasticsearch` object is required for authentication. The URL must include
4753

4854
The `index` key is optional. If it's not specified, you can either specify the index name using the `--index` argument or let the tool automatically determine the index name based on the file name by using the `--auto-index` argument.
4955

56+
[<img src="./banner.png" />](https://trickest.io/auth/register)
57+
5058
## Examples
5159

5260
### Import a plain text file
@@ -84,3 +92,5 @@ Run an [Elasticsearch DSL query](https://www.elastic.co/guide/en/elasticsearch/r
8492
```
8593
python elasticsearch_index.py --config config.yaml --query "status_code:200" --index webservers --output output.txt
8694
```
95+
96+
[<img src="./banner.png" />](https://trickest.io/auth/register)

banner.png

2.3 MB
Loading

0 commit comments

Comments
 (0)