Commit 2ba2d4d
authored
Add flags to allow for routing to dynamic datasets and namespaces (#327)
Adds data_stream.elasticsearch.dynamic_dataset/data_stream.elasticsearch.dynamic_namespace.
When set to true, instead of granting permissions to the exact data stream the
integration is sending data to (for example logs-router-default), it grants
permissions for all datasets and namespaces, respectively, for the data_stream.type
(for example (logs-*-*).1 parent fb7c1d0 commit 2ba2d4d
File tree
3 files changed
+11
-0
lines changed- spec
- integration/data_stream
- test/packages/good/data_stream/foo
3 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
255 | 261 | | |
256 | 262 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
0 commit comments