Skip to content

Commit fd0f434

Browse files
committed
Add Brew installation option
1 parent 98bc3f1 commit fd0f434

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
Export Data from ElasticSearch to CSV by Raw or Lucene Query (e.g. from Kibana).
44
Works with ElasticSearch 6+ (OpenSearch works too) and makes use of ElasticSearch's Scroll API and Go's
5-
concurrency possibilities to work as fast as possible.
5+
concurrency features to work as fast as possible.
66

77
## Install
88

99
Download a pre-compiled binary for your operating system from here: https://github.com/pteich/elastic-query-export/releases
1010
You need just this binary. It works on OSX (Darwin), Linux and Windows.
1111

12-
### Arch
12+
There are also prebuilt RPM, DEB and APK packages for your Linux distribution.
13+
14+
### Brew
15+
16+
Use Brew to install:
17+
```shell
18+
brew tap pteich/tap
19+
brew install elastic-query-export
20+
```
21+
22+
### Arch AUR
1323

1424
```shell
1525
yay -S elastic-query-export-bin

0 commit comments

Comments
 (0)