Commit 76969bb
authored
feat: Support log configuration and log aggregation (#40)
* feat: Add product logging
* chore: Move product logging code into a separate module
* chore: Use safe types already in the CRD
* test: Fix the integration tests
* chore: Fix TODOs and add unit tests
* chore: Run pre-commit
* doc: Add logging documentation
* test: Tidy up integration tests
* chore: Update changelog
* fix: Fix rustdoc error
* test: Add Vector aggregator discovery ConfigMaps to the integration tests
* test: Fix assertion
* test: Enable the Vector agent in all integration tests
* test: Fix assertion1 parent b9ac06f commit 76969bb
File tree
50 files changed
+3848
-245
lines changed- deploy/helm/opensearch-operator/crds
- docs/modules/opensearch
- pages/usage-guide
- partials
- rust/operator-binary
- src
- controller
- build
- product_logging
- crd
- framework
- builder/pod
- product_logging
- tests
- templates/kuttl
- external-access
- ldap
- logging
- metrics
- smoke
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+3848
-245
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments