File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Export Data from ElasticSearch to CSV by Raw or Lucene Query (e.g. from Kibana).
4
4
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.
6
6
7
7
## Install
8
8
9
9
Download a pre-compiled binary for your operating system from here: https://github.com/pteich/elastic-query-export/releases
10
10
You need just this binary. It works on OSX (Darwin), Linux and Windows.
11
11
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
13
23
14
24
``` shell
15
25
yay -S elastic-query-export-bin
You can’t perform that action at this time.
0 commit comments