Skip to content
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

Azure Application Insights TSDB Enablement #7616

Closed
10 tasks done
gpop63 opened this issue Aug 30, 2023 · 3 comments · Fixed by #8648
Closed
10 tasks done

Azure Application Insights TSDB Enablement #7616

gpop63 opened this issue Aug 30, 2023 · 3 comments · Fixed by #8648
Assignees

Comments

@gpop63
Copy link
Contributor

gpop63 commented Aug 30, 2023

Test Environment Setup

  • Created Test Environment

Data Stream: app_insights

Verification and validation

  • Verification of data in visualisation after enabling TSDB flag in kibana
  • Verification of the count of documents (before & after TSDB enablement) in Discover Interface
  • Verify if dimension field mapping is correct in the data stream template.

Data Stream: app_state

Verification and validation

  • Verification of data in visualisation after enabling TSDB flag in kibana
  • Verification of the count of documents (before & after TSDB enablement) in Discover Interface
  • Verify if dimension field mapping is correct in the data stream template.

TSDB Release PR

Screenshots

@gpop63
Copy link
Contributor Author

gpop63 commented Aug 30, 2023

Currently, both app_state and app_insights data streams use flattened type for azure.dimensions.

From my understanding there are 2 approaches since flattened type can't be a dimension at the moment:

  • Keep it flattened, add an ingest pipeline to extract fields and mark them as dimensions
  • Convert azure.dimensions to group which would provide more flexibility (breaking change?)

@gpop63 gpop63 self-assigned this Aug 30, 2023
@gpop63
Copy link
Contributor Author

gpop63 commented Aug 31, 2023

Since app_state has predefined metrics/dimensions, it might make sense to convert azure.dimensions to a group.

app_insights data stream provides more flexibility to the user and they can define the metrics/dimensions they want to fetch. In this case, azure.dimensions could be converted to an object, to have some consistency across all cloud packages.

@gpop63
Copy link
Contributor Author

gpop63 commented Sep 21, 2023

Currently blocked because of the metrics grouping issue. #7879

This change aims to fix that: elastic/beats#36634

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant