Skip to content

Commit 8dd8487

Browse files
authored
Deprecates "Add data from Splunk" without removing section (#3808)
Fixes elastic/docs-content-internal#403 by removing the Add Data from Splunk page, which was deprecated in 9.0 This was a technical preview feature, and the current docs are no longer accurate; the functionality is no longer present starting from 9.0 per @jamiehynds. Also removes links to that page, since we shouldn't be directing users to a deprecated feature. (Does not remove the "other tutorials" section that I proposed removing in a previous PR).
1 parent ac93a60 commit 8dd8487

File tree

6 files changed

+5
-109
lines changed

6 files changed

+5
-109
lines changed

redirects.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ redirects:
206206
'troubleshoot/elasticsearch/elasticsearch-client-net-api/logging.md': 'troubleshoot/elasticsearch/clients.md'
207207
'troubleshoot/elasticsearch/elasticsearch-client-net-api/net.md': 'troubleshoot/elasticsearch/clients.md'
208208
'troubleshoot/elasticsearch/elasticsearch-client-ruby-api/ruby.md': 'troubleshoot/elasticsearch/clients.md'
209-
'solutions/observability/get-started/add-data-from-splunk.md': 'solutions/observability/get-started/other-tutorials/add-data-from-splunk.md'
209+
'solutions/observability/get-started/add-data-from-splunk.md': 'solutions/observability/get-started.md'
210210
'solutions/observability/get-started/create-an-observability-project.md': 'solutions/observability/get-started.md'
211211
'solutions/observability/get-started/get-started-with-dashboards.md': 'solutions/observability/get-started.md'
212212
# Related to https://github.com/elastic/docs-content/pull/1329
@@ -586,4 +586,7 @@ redirects:
586586
'deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md': 'deploy-manage/monitor/autoops/ec-autoops-faq.md'
587587

588588
# Related to https://github.com/elastic/docs-team/issues/104
589-
'solutions/observability/get-started/what-is-elastic-observability': 'solutions/observability.md'
589+
'solutions/observability/get-started/what-is-elastic-observability': 'solutions/observability.md'
590+
591+
# Related to https://github.com/elastic/docs-content/pull/3808
592+
'solutions/observability/get-started/other-tutorials/add-data-from-splunk.md': 'solutions/observability/get-started.md'

solutions/observability/get-started/other-tutorials/add-data-from-splunk.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

solutions/observability/get-started/other-tutorials/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ products:
1313
The following tutorials explore various use cases and {{observability}} scenarios.
1414

1515
- [Tutorial: Monitor a Java application](/solutions/observability/get-started/other-tutorials/tutorial-monitor-java-application.md)
16-
- [Tutorial: Add data from Splunk](/solutions/observability/get-started/other-tutorials/add-data-from-splunk.md)
1716

1817
To get started with {{observability}}, refer to [Get started with Elastic {{observability}}](/solutions/observability/get-started.md).

solutions/observability/get-started/quickstarts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Want to use {{fleet}} or some other feature not covered in the quickstarts? Foll
3838

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

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

solutions/security/get-started/ingest-data-to-elastic-security.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ To ingest data, you can use:
1919
* 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).
2020
* **{{beats}}** shippers installed for each system you want to monitor.
2121
* **{{ls}}**, which dynamically ingests, transforms, and ships your data regardless of format.
22-
* 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).
2322
* 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}}.
2423

2524
::::{important}

solutions/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ toc:
146146
- file: observability/get-started/other-tutorials/index.md
147147
children:
148148
- file: observability/get-started/other-tutorials/tutorial-monitor-java-application.md
149-
- file: observability/get-started/other-tutorials/add-data-from-splunk.md
150149
- file: observability/get-started/logs-essentials.md
151150
- file: observability/applications/index.md
152151
children:

0 commit comments

Comments
 (0)