Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## meepctl config kibana
Configures Kibana (index pattern, saved objects such as dashboards, visualisations, etc.)
### Synopsis
Configures Kibana (index pattern, saved objects such as dashboards, visualisations, etc.)
```
meepctl config kibana [flags]
```
### Examples
```
# Configure Kibana by downloading saved objects (dashboards, visualizations, etc) and applying a default index pattern
# NOTE: Any Kibana saved object will be overwritten in the process if the object Id are the same
meepctl config kibana.
```
### Options
```
-h, --help help for kibana
```
### Options inherited from parent commands
```
-t, --time Display timing information
-v, --verbose Display debug information
```
### SEE ALSO
* [meepctl config](meepctl_config.md) - Config allows to manage meep environment configuration
###### Auto generated by spf13/cobra on 15-May-2019