Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ redirects:
'solutions/observability/apps/analyze-monitors.md': 'solutions/observability/uptime/analyze-monitors.md'
'solutions/observability/apps/inspect-uptime-duration-anomalies.md': 'solutions/observability/uptime/inspect-duration-anomalies.md'
'solutions/observability/apps/configure-settings.md': 'solutions/observability/uptime/configure-settings.md'
'solutions/observability/apps/tutorial-monitor-java-application.md': 'solutions/observability/get-started/other-tutorials/tutorial-monitor-java-application.md'
'solutions/observability/apps/tutorial-monitor-java-application.md': 'solutions/observability/get-started/tutorial-monitor-java-application.md'
# we can't redirect to the search-ui book so this is the next best option
'reference/search/index.md': 'reference/index.md'

Expand All @@ -206,7 +206,7 @@ redirects:
'troubleshoot/elasticsearch/elasticsearch-client-net-api/logging.md': 'troubleshoot/elasticsearch/clients.md'
'troubleshoot/elasticsearch/elasticsearch-client-net-api/net.md': 'troubleshoot/elasticsearch/clients.md'
'troubleshoot/elasticsearch/elasticsearch-client-ruby-api/ruby.md': 'troubleshoot/elasticsearch/clients.md'
'solutions/observability/get-started/add-data-from-splunk.md': 'solutions/observability/get-started/other-tutorials/add-data-from-splunk.md'
'solutions/observability/get-started/add-data-from-splunk.md': 'solutions/observability/get-started.md'
'solutions/observability/get-started/create-an-observability-project.md': 'solutions/observability/get-started.md'
'solutions/observability/get-started/get-started-with-dashboards.md': 'solutions/observability/get-started.md'
# Related to https://github.com/elastic/docs-content/pull/1329
Expand Down Expand Up @@ -585,5 +585,7 @@ redirects:
# Related to https://github.com/elastic/docs-content/pull/3685
'deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md': 'deploy-manage/monitor/autoops/ec-autoops-faq.md'



# Related to https://github.com/elastic/docs-content/pull/3791
'solutions/observability/get-started/other-tutorials/index.md': 'solutions/observability/get-started/tutorial-monitor-java-application.md'
'solutions/observability/get-started/other-tutorials/tutorial-monitor-java-application.md': 'solutions/observability/get-started/tutorial-monitor-java-application.md'
'solutions/observability/get-started/other-tutorials/add-data-from-splunk.md': 'solutions/observability/get-started.md'

This file was deleted.

18 changes: 0 additions & 18 deletions solutions/observability/get-started/other-tutorials/index.md

This file was deleted.

1 change: 0 additions & 1 deletion solutions/observability/get-started/quickstarts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Want to use {{fleet}} or some other feature not covered in the quickstarts? Foll

Ready to dig into more features of Elastic Observability? See these guides:

* [Add data from Splunk](/solutions/observability/get-started/other-tutorials/add-data-from-splunk.md).
* [Create an alert](/solutions/observability/incident-management/alerting.md).
* [Create a service-level objective (SLO)](/solutions/observability/incident-management/create-an-slo.md).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1912,5 +1912,5 @@ Do not underestimate the importance of this kind of monitoring. Also, consider t

## What’s next? [_whats_next]

For more information about using Elastic {{observability}}, see the [{{observability}} documentation](../what-is-elastic-observability.md).
For more information about using Elastic {{observability}}, refer to [](/solutions/observability/get-started/what-is-elastic-observability.md).

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ To ingest data, you can use:
* The {{agent}} with integrations, which are available in the [Elastic Package Registry (EPR)](/reference/fleet/index.md#package-registry-intro). To install an integration that works with {{elastic-sec}}, go to the {{kib}} Home page or navigation menu and click **Add integrations**. On the Integrations page, click the **Security** category filter, then select an integration to view the installation instructions. For more information on integrations, refer to [{{integrations}}](https://docs.elastic.co/en/integrations).
* **{{beats}}** shippers installed for each system you want to monitor.
* **{{ls}}**, which dynamically ingests, transforms, and ships your data regardless of format.
* The {{agent}} to send data from Splunk to {{elastic-sec}}. Refer to [Get started with data from Splunk](/solutions/observability/get-started/other-tutorials/add-data-from-splunk.md).
* Third-party collectors configured to ship ECS-compliant data. [](/reference/security/fields-and-object-schemas/siem-field-reference.md) provides a list of ECS fields used in {{elastic-sec}}.

::::{important}
Expand Down
5 changes: 1 addition & 4 deletions solutions/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ toc:
- file: observability/get-started/opentelemetry/use-cases/kubernetes/upgrade.md
- file: observability/get-started/opentelemetry/use-cases/kubernetes/customization.md
- folder: observability/get-started/opentelemetry/use-cases/llms
- file: observability/get-started/other-tutorials/index.md
children:
- file: observability/get-started/other-tutorials/tutorial-monitor-java-application.md
- file: observability/get-started/other-tutorials/add-data-from-splunk.md
- file: observability/get-started/tutorial-monitor-java-application.md
- file: observability/get-started/logs-essentials.md
- file: observability/applications/index.md
children:
Expand Down