[Telemetry] Add documentation about Application Usage#70624
Merged
afharo merged 5 commits intoelastic:masterfrom Jul 3, 2020
Merged
[Telemetry] Add documentation about Application Usage#70624afharo merged 5 commits intoelastic:masterfrom
afharo merged 5 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
TinaHeiligers
approved these changes
Jul 2, 2020
Contributor
TinaHeiligers
left a comment
There was a problem hiding this comment.
I added some suggestions but these are entirely optional.
LGTM and thank you!
src/plugins/kibana_usage_collection/server/collectors/application_usage/README.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_usage_collection/server/collectors/application_usage/README.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_usage_collection/server/collectors/application_usage/saved_objects_types.ts
Outdated
Show resolved
Hide resolved
…ion_usage/README.md Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
…ion_usage/README.md Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
…ion_usage/saved_objects_types.ts Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
Member
Author
|
@elasticmachine merge upstream |
Contributor
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 3, 2020
* master: (199 commits) [Telemetry] Add documentation about Application Usage (elastic#70624) [Ingest Manager] Improve agent unenrollment with unenroll action (elastic#70031) Handle timeouts on creating templates (elastic#70635) [Lens] Add ability to set colors for y-axis series (elastic#70311) [Uptime] Use elastic charts donut (elastic#70364) [Ingest Manager] Update registry URL to point to snapshot registry (elastic#70687) [Composable template] Create / Edit wizard (elastic#70220) [APM] Optimize services overview (elastic#69648) [Ingest Pipelines] Load from json (elastic#70297) [Rum Dashbaord] Rum selected service view (elastic#70579) [Uptime] Prevent duplicate requests on load for index status (elastic#70585) [ML] Changing shared module setup function parameters (elastic#70589) [Ingest Manager] Add ability to sort to agent configs and package configs (elastic#70676) [Alerting] document requirements for developing new action types (elastic#69164) Fixed adding an extra space character on selecting alert variable in action text fields (elastic#70028) [Maps] show vector tile labels on top (elastic#69444) chore(NA): upgrade to lodash@4 (elastic#69868) Add Snapshot Restore README with quick-testing steps. (elastic#70494) [EPM] Use higher priority than default templates (elastic#70640) [Maps] Fix cannot select Solid fill-color when removing fields (elastic#70621) ...
afharo
added a commit
that referenced
this pull request
Jul 3, 2020
…70709) Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 3, 2020
* master: [Lens] Fitting functions (elastic#69820) [Telemetry] Add documentation about Application Usage (elastic#70624) [Ingest Manager] Improve agent unenrollment with unenroll action (elastic#70031) Handle timeouts on creating templates (elastic#70635) [Lens] Add ability to set colors for y-axis series (elastic#70311) [Uptime] Use elastic charts donut (elastic#70364) [Ingest Manager] Update registry URL to point to snapshot registry (elastic#70687) [Composable template] Create / Edit wizard (elastic#70220) [APM] Optimize services overview (elastic#69648)
Contributor
|
Pinging @elastic/kibana-core (Team:Core) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Adds README documentation about Application Usage and removes commented code in the mappings by moving it to a brief explanation in the docs.
Closes #66783
Checklist
Delete any items that are not applicable to this PR.
For maintainers