7
7
8
8
** Table of Contents**
9
9
10
- - [ Installation] ( #installation )
11
- - [ Description] ( #description )
12
- - [ Options] ( #top-level-help-output )
13
- - [ Command: stdout] ( #command-stdout-help-output )
14
- - [ Command: file] ( #command-file-help-output )
15
- - [ Command: show-indices] ( #command-show-indices-help-output )
16
- - [ Docker Usage] ( #docker-usage )
17
- - [ License] ( #license )
10
+ - [ es-fieldusage] ( #es-fieldusage )
11
+ - [ Installation] ( #installation )
12
+ - [ Description] ( #description )
13
+ - [ Top-level help output] ( #top-level-help-output )
14
+ - [ Command: ` stdout ` help output] ( #command-stdout-help-output )
15
+ - [ Command ` file ` help output] ( #command-file-help-output )
16
+ - [ Command ` show-indices ` help output] ( #command-show-indices-help-output )
17
+ - [ Docker usage] ( #docker-usage )
18
+ - [ Docker build] ( #docker-build )
19
+ - [ Docker run] ( #docker-run )
20
+ - [ License] ( #license )
18
21
19
22
## Installation
20
23
@@ -55,22 +58,23 @@ Options:
55
58
--password TEXT Elasticsearch password
56
59
--request_timeout FLOAT Request timeout in seconds
57
60
--verify_certs / --no-verify_certs
58
- Verify SSL/TLS certificate(s) [default: verify_certs]
61
+ Verify SSL/TLS certificate(s)
59
62
--ca_certs TEXT Path to CA certificate file or directory
60
63
--client_cert TEXT Path to client certificate file
61
64
--client_key TEXT Path to client key file
62
65
--loglevel [DEBUG|INFO|WARNING|ERROR|CRITICAL]
63
66
Log level
64
67
--logfile TEXT Log file
65
68
--logformat [default|ecs] Log output format
69
+ --blacklist TEXT Named entities will not be logged
66
70
-v, --version Show the version and exit.
67
71
-h, --help Show this message and exit.
68
72
69
73
Commands:
70
74
show-all-options Show all configuration options
71
75
stdout Output field usage information to the console
72
76
73
- Learn more at https://github.com/untergeek/elastic-grab-bag/es_fieldusage
77
+ Learn more at https://github.com/untergeek/es-fieldusage
74
78
```
75
79
76
80
### Command: ` stdout ` help output
@@ -92,10 +96,10 @@ Options:
92
96
--show-unaccessed / --hide-unaccessed
93
97
Show unaccessed fields [default: hide-unaccessed]
94
98
--show-counts / --hide-counts Show field access counts [default: hide-counts]
95
- --delimiter TEXT Value delimiter if access counts are shown [default: : ]
99
+ --delimiter TEXT Value delimiter if access counts are shown [default: , ]
96
100
-h, --help Show this message and exit.
97
101
98
- Learn more at https://github.com/untergeek/elastic-grab-bag/es_fieldusage
102
+ Learn more at https://github.com/untergeek/es-fieldusage
99
103
```
100
104
101
105
### Command ` file ` help output
@@ -121,7 +125,7 @@ Options:
121
125
--delimiter TEXT Value delimiter if access counts are shown [default: ,]
122
126
-h, --help Show this message and exit.
123
127
124
- Learn more at https://github.com/untergeek/elastic-grab-bag/es_fieldusage
128
+ Learn more at https://github.com/untergeek/es-fieldusage
125
129
```
126
130
127
131
### Command ` show-indices ` help output
@@ -139,7 +143,7 @@ Usage: es-fieldusage show-indices SEARCH_PATTERN
139
143
Options:
140
144
-h, --help Show this message and exit.
141
145
142
- Learn more at https://github.com/untergeek/elastic-grab-bag/ es-fieldusage
146
+ Learn more at https://github.com/untergeek/es-fieldusage
143
147
```
144
148
145
149
## Docker usage
0 commit comments