You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run Index Cleaner or Rollover jobs, enable them. They auto-configure when `provisionDataStore.elasticsearch` is enabled:
122
+
To run Index Cleaner or Rollover jobs, enable them. They require configuration if using external by setting ```storage.type=elasticsearch``` and adjusting ```storage.elasticsearch``` values. See that section in values.yaml for more details.
123
+
82
124
```yaml
83
125
esIndexCleaner:
84
126
enabled: true
85
127
```
86
128
129
+
* es-rollover __requires__ elasticsearch to be running __BEFORE__ install so the hook job can run.
130
+
87
131
### 3. Cassandra
88
132
This chart does not provision a Cassandra cluster. To use Cassandra storage, you must provide your own Cassandra instance and configure Jaeger via the native config syntax:
89
133
@@ -110,14 +154,16 @@ config:
110
154
111
155
### 4. Spark Dependencies
112
156
113
-
To run the Spark dependencies job (for dependency links graph):
157
+
To run the Spark dependencies job (for dependency links graph) set ```spark.enabled=true```
158
+
159
+
Below is an example of how to set overrides. Please see the values.yaml for more examples:
160
+
161
+
The values are populated under ```storage.elasticsearch``` Please see comments in values.yaml for more details.
0 commit comments