-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Reporting] Use a data stream for storage #161606
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tsullivan
added
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
Project:Serverless
Work as part of the Serverless project for its initial release
labels
Jul 11, 2023
tsullivan
force-pushed
the
reporting/data-stream-i
branch
6 times, most recently
from
July 12, 2023 00:17
5c6578f
to
e322499
Compare
tsullivan
changed the title
[Reporting] Use index template declaration in Reporting
[Reporting] Use a data stream for storage
Jul 13, 2023
tsullivan
force-pushed
the
reporting/data-stream-i
branch
from
July 13, 2023 22:56
e322499
to
d2c1c2b
Compare
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this pull request
Jul 18, 2023
Kibana reporting is migrating to a data stream. This commit installs an index template for the hidden data stream, as well as updating the `kibana_system` role to allow accessing the data. Relates to elastic/kibana#161606
tsullivan
force-pushed
the
reporting/data-stream-i
branch
2 times, most recently
from
July 24, 2023 21:47
34729e5
to
f5c5fa6
Compare
dakrone
added a commit
to elastic/elasticsearch
that referenced
this pull request
Jul 25, 2023
* Install data stream template for Kibana reporting Kibana reporting is migrating to a data stream. This commit installs an index template for the hidden data stream, as well as updating the `kibana_system` role to allow accessing the data. Relates to elastic/kibana#161606 * Update docs/changelog/97765.yaml * Undo explicit reporting role index privilege * Add csv_contains_formulas and max_size_reached fields (and alphabetize) * Add output.warnings field to kibana template mappings --------- Co-authored-by: Elastic Machine <[email protected]>
tsullivan
force-pushed
the
reporting/data-stream-i
branch
from
July 25, 2023 23:39
1f53b12
to
d8f76cf
Compare
💔 Build FailedFailed CI Steps
Test Failures
Metrics [docs]Module Count
History
To update your PR or re-run it, just comment with: cc @tsullivan |
7 tasks
The baseline in this PR is too old. Closing this in favor of: #176022 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
Project:Serverless
Work as part of the Serverless project for its initial release
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Follows #156315
Closes #161608
Changes in this PR:
.kibana-reporting
data stream in Elasticsearch.xpack.reporting.queue.indexInterval
is now an unused setting.op_type: 'create'
in the call theindex
API, and add a (unused)@timestamp
field to the document bodyChecklist
Delete any items that are not applicable to this PR.
Risk Matrix
For maintainers