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

Fix paths in serverless procedures #4579

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Conversation

dedemorton
Copy link
Contributor

@dedemorton dedemorton commented Nov 22, 2024

Adds changes introduced by menu changes in serverless (related to Machine Learning).

This PR does not attempt to apply the new app menu-related guidelines to serverless.

This PR also includes some changes to stateful files to fix stuff that was overlooked previously (looks like #4473 missed quite a few references to Inventory that should have been changed).

Documentation sets edited in this PR

Check all that apply.

  • Stateful (docs/en/observability/*)
  • Serverless (docs/en/serverless/*)
  • Integrations Developer Guide (docs/en/integrations/*)
  • None of the above

Related issue

Closes #4530

Checklist

  • Writer Review

Follow-up tasks

Select one.

  • This PR does not need to be ported to another doc set because:
    • The concepts in this PR only apply to one doc set (serverless or stateful)
    • The PR contains edits to both doc sets (serverless and stateful)
  • This PR needs to be ported to another doc set:
    • Port to stateful docs: <link to PR or tracking issue>
    • Port to serverless docs: <link to PR or tracking issue>

Copy link
Contributor

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

Copy link
Contributor

mergify bot commented Nov 22, 2024

This pull request is now in conflict. Could you fix it @dedemorton? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b issue#4530 upstream/issue#4530
git merge upstream/main
git push upstream issue#4530

Copy link
Contributor

mergify bot commented Nov 22, 2024

This pull request does not have a backport label. Could you fix it @dedemorton? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-/d./d is the label to automatically backport to the /d./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Nov 22, 2024
@dedemorton dedemorton added backport-8.16 Automated backport with mergify backport-8.17 Automated backport with mergify backport-8.x Automated backport to the 8.x branch with mergify and removed backport-skip Skip notification from the automated backport with mergify labels Nov 23, 2024
@dedemorton dedemorton self-assigned this Nov 23, 2024
@dedemorton dedemorton marked this pull request as ready for review November 23, 2024 00:20
@dedemorton dedemorton requested a review from a team as a code owner November 23, 2024 00:20
Copy link
Contributor

@mdbirnstiehl mdbirnstiehl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dedemorton dedemorton merged commit 26b6a2f into elastic:main Nov 26, 2024
4 checks passed
@dedemorton dedemorton deleted the issue#4530 branch November 26, 2024 20:30
mergify bot pushed a commit that referenced this pull request Nov 26, 2024
* Fix paths in serverless procedures

* Make docs match menu capitalization

(cherry picked from commit 26b6a2f)

# Conflicts:
#	docs/en/serverless/alerting/aiops-generate-anomaly-alerts.asciidoc
#	docs/en/serverless/alerting/create-inventory-threshold-alert-rule.asciidoc
#	docs/en/serverless/apm/apm-integrate-with-machine-learning.asciidoc
#	docs/en/serverless/infra-monitoring/analyze-hosts.asciidoc
#	docs/en/serverless/infra-monitoring/configure-infra-settings.asciidoc
#	docs/en/serverless/infra-monitoring/detect-metric-anomalies.asciidoc
#	docs/en/serverless/infra-monitoring/get-started-with-metrics.asciidoc
#	docs/en/serverless/infra-monitoring/view-infrastructure-metrics.asciidoc
#	docs/en/serverless/machine-learning/aiops-analyze-spikes.asciidoc
#	docs/en/serverless/machine-learning/aiops-detect-anomalies.asciidoc
#	docs/en/serverless/machine-learning/aiops-detect-change-points.asciidoc
#	docs/en/serverless/machine-learning/aiops-tune-anomaly-detection-job.asciidoc
#	docs/en/serverless/observability-overview.asciidoc
#	docs/en/serverless/reference/metrics-app-fields.asciidoc
mergify bot pushed a commit that referenced this pull request Nov 26, 2024
* Fix paths in serverless procedures

* Make docs match menu capitalization

(cherry picked from commit 26b6a2f)

# Conflicts:
#	docs/en/serverless/alerting/aiops-generate-anomaly-alerts.asciidoc
#	docs/en/serverless/alerting/create-inventory-threshold-alert-rule.asciidoc
#	docs/en/serverless/apm/apm-integrate-with-machine-learning.asciidoc
#	docs/en/serverless/infra-monitoring/analyze-hosts.asciidoc
#	docs/en/serverless/infra-monitoring/configure-infra-settings.asciidoc
#	docs/en/serverless/infra-monitoring/detect-metric-anomalies.asciidoc
#	docs/en/serverless/infra-monitoring/get-started-with-metrics.asciidoc
#	docs/en/serverless/infra-monitoring/view-infrastructure-metrics.asciidoc
#	docs/en/serverless/machine-learning/aiops-analyze-spikes.asciidoc
#	docs/en/serverless/machine-learning/aiops-detect-anomalies.asciidoc
#	docs/en/serverless/machine-learning/aiops-detect-change-points.asciidoc
#	docs/en/serverless/machine-learning/aiops-tune-anomaly-detection-job.asciidoc
#	docs/en/serverless/observability-overview.asciidoc
#	docs/en/serverless/reference/metrics-app-fields.asciidoc
mergify bot pushed a commit that referenced this pull request Nov 26, 2024
* Fix paths in serverless procedures

* Make docs match menu capitalization

(cherry picked from commit 26b6a2f)

# Conflicts:
#	docs/en/serverless/alerting/aiops-generate-anomaly-alerts.asciidoc
#	docs/en/serverless/alerting/create-inventory-threshold-alert-rule.asciidoc
#	docs/en/serverless/apm/apm-integrate-with-machine-learning.asciidoc
#	docs/en/serverless/infra-monitoring/analyze-hosts.asciidoc
#	docs/en/serverless/infra-monitoring/configure-infra-settings.asciidoc
#	docs/en/serverless/infra-monitoring/detect-metric-anomalies.asciidoc
#	docs/en/serverless/infra-monitoring/get-started-with-metrics.asciidoc
#	docs/en/serverless/infra-monitoring/view-infrastructure-metrics.asciidoc
#	docs/en/serverless/machine-learning/aiops-analyze-spikes.asciidoc
#	docs/en/serverless/machine-learning/aiops-detect-anomalies.asciidoc
#	docs/en/serverless/machine-learning/aiops-detect-change-points.asciidoc
#	docs/en/serverless/machine-learning/aiops-tune-anomaly-detection-job.asciidoc
#	docs/en/serverless/observability-overview.asciidoc
#	docs/en/serverless/reference/metrics-app-fields.asciidoc
dedemorton added a commit that referenced this pull request Nov 26, 2024
* Fix paths in serverless procedures (#4579)

* Fix paths in serverless procedures

* Make docs match menu capitalization

(cherry picked from commit 26b6a2f)

* Delete docs/en/serverless directory

---------

Co-authored-by: DeDe Morton <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dedemorton added a commit that referenced this pull request Nov 27, 2024
* Fix paths in serverless procedures (#4579)

* Fix paths in serverless procedures

* Make docs match menu capitalization

(cherry picked from commit 26b6a2f)

* Delete docs/en/serverless directory

---------

Co-authored-by: DeDe Morton <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dedemorton added a commit that referenced this pull request Nov 27, 2024
* Fix paths in serverless procedures (#4579)

* Fix paths in serverless procedures

* Make docs match menu capitalization

(cherry picked from commit 26b6a2f)

* Delete docs/en/serverless directory

---------

Co-authored-by: DeDe Morton <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.x Automated backport to the 8.x branch with mergify backport-8.16 Automated backport with mergify backport-8.17 Automated backport with mergify needs-writer-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update bad navigation references in Serverless
2 participants