Skip to content

Commit 34f5a37

Browse files
committed
Fix errors
1 parent d8b4d1a commit 34f5a37

File tree

4 files changed

+19
-22
lines changed

4 files changed

+19
-22
lines changed

get-started/toc.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
project: 'Get started'
22
toc:
33
- file: index.md
4-
- title: Get started with Elastic's trial
5-
items:
6-
- file: trial-getting-started.md
4+
- file: trial-getting-started.md
5+
children:
76
- file: trial-choose-use-case.md
87
- file: trial-week-1.md
98
- file: trial-week-2.md
109
- file: trial-poc-framework.md
11-
- title: Elastic fundamentals
12-
items:
13-
- file: introduction.md
10+
- file: introduction.md
11+
children:
1412
- file: the-stack.md
1513
- file: deployment-options.md
1614
- file: versioning-availability.md

get-started/trial-poc-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Enable full-text search across 100,000 products to reduce time-to-find from an a
437437
- **[Trial getting started guide](/get-started/trial-getting-started.md)**: Overview of your trial journey.
438438
- **[Week 1 guide](/get-started/trial-week-1.md)**: Set up and initial implementation.
439439
- **[Week 2 guide](/get-started/trial-week-2.md)**: Expansion and evaluation.
440-
- **[Production guidance](/deploy-manage/production-guidance/production-guidance.md)**: Planning for production deployment.
440+
- **[Production guidance](/deploy-manage/production-guidance.md)**: Planning for production deployment.
441441

442442
## Need help?
443443

get-started/trial-week-1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ curl -X POST "https://your-deployment.elastic.cloud:9200/your-index/_doc" \
117117
}'
118118
```
119119

120-
3. Refer to the [Elasticsearch index API documentation](/manage-data/data-store/index-your-data/index-documents.md) for more options.
120+
3. Refer to the [Elasticsearch index API documentation](/manage-data/data-store/index-basics.md) for more options.
121121

122122
### Verify your data
123123

@@ -171,7 +171,7 @@ Best for: Understanding application performance and errors.
171171
6. Generate some traffic to your application.
172172
7. Return to **Applications** in Kibana to view traces and metrics.
173173

174-
Refer to [APM documentation](/solutions/observability/apm/apm.md) for detailed setup instructions.
174+
Refer to [APM documentation](/solutions/observability/apm/index.md) for detailed setup instructions.
175175

176176
### Verify your data
177177

@@ -358,7 +358,7 @@ Alerts help you stay informed about important events or conditions.
358358
6. Configure actions (e.g., send an email or Slack message).
359359
7. Save and enable the rule.
360360

361-
Refer to [alerting documentation](/explore-analyze/alerts-cases/alerting/alerting.md) for more options.
361+
Refer to [alerting documentation](/solutions/observability/incident-management/alerting.md) for more options.
362362

363363
:::
364364

@@ -374,7 +374,7 @@ Refer to [alerting documentation](/explore-analyze/alerts-cases/alerting/alertin
374374
5. Configure connectors (email, Slack, PagerDuty).
375375
6. Save and enable the rule.
376376

377-
Refer to [observability alerting](/explore-analyze/alerts-cases/alerting/alerting.md) for detailed configuration.
377+
Refer to [observability alerting](/solutions/observability/incident-management/alerting.md) for detailed configuration.
378378

379379
:::
380380

@@ -395,7 +395,7 @@ You can also create custom rules:
395395
4. Set severity and risk scores.
396396
5. Enable the rule.
397397

398-
Refer to [security detection rules](/solutions/security/detect/detection-rules/detection-rules.md) for more information.
398+
Refer to [security detection rules](/solutions/security/detect-and-alert/about-detection-rules.md) for more information.
399399

400400
:::
401401
::::

get-started/trial-week-2.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Select data sources that:
6666
- Content management: Add user profiles alongside documents.
6767
- Log analysis: Add application metrics alongside log data.
6868

69-
Refer to [data ingestion documentation](/manage-data/ingest/index.md) for advanced techniques.
69+
Refer to [data ingestion documentation](/manage-data/ingest.md) for advanced techniques.
7070

7171
:::
7272

@@ -93,7 +93,7 @@ Refer to [data ingestion documentation](/manage-data/ingest/index.md) for advanc
9393
- Combine infrastructure metrics with application traces.
9494
- Add cloud service metrics (AWS CloudWatch, Azure Monitor).
9595

96-
Refer to [observability integrations](/solutions/observability/integrations.md) for more options.
96+
Refer to [observability get started](/solutions/observability/get-started.md) for more options.
9797

9898
:::
9999

@@ -120,7 +120,7 @@ Refer to [observability integrations](/solutions/observability/integrations.md)
120120
- Add authentication logs (Okta, Azure AD) for identity monitoring.
121121
- Include firewall logs for network threat detection.
122122

123-
Refer to [security data sources](/solutions/security/detect/detection-rules/data-sources.md) for integration options.
123+
Refer to [security detection and alerting](/solutions/security/detect-and-alert.md) for integration options.
124124

125125
:::
126126
::::
@@ -245,7 +245,7 @@ Create polished, stakeholder-ready dashboards that tell a compelling story.
245245
4. **Set refresh intervals**: Auto-refresh dashboards for live monitoring.
246246
5. **Apply consistent styling**: Use the same color schemes and fonts.
247247

248-
Refer to [dashboard documentation](/explore-analyze/dashboards/dashboards.md) for advanced features.
248+
Refer to [dashboard documentation](/explore-analyze/dashboards.md) for advanced features.
249249

250250
:::::
251251

@@ -266,10 +266,10 @@ Demonstrate Elastic's powerful capabilities with advanced features.
266266
- Test different analyzer configurations.
267267
2. **Search suggestions (autocomplete)**:
268268
- Add completion suggesters to your index mapping.
269-
- Refer to [suggesters documentation](/manage-data/data-store/search-your-data/search-suggesters.md).
269+
- Refer to the Elasticsearch documentation for suggesters.
270270
3. **Semantic search** (if on Elastic 8.8+):
271271
- Enable vector search for AI-powered semantic matching.
272-
- Refer to [semantic search documentation](/solutions/search/semantic-search/semantic-search.md).
272+
- Refer to [semantic search documentation](/solutions/search/semantic-search.md).
273273
4. **Saved searches**:
274274
- Create and save complex search queries for reuse.
275275
- Share searches with team members.
@@ -296,7 +296,7 @@ Demonstrate Elastic's powerful capabilities with advanced features.
296296
- Link logs to traces and metrics for full context.
297297
- Use correlation IDs to track requests across services.
298298

299-
Refer to [observability features](/solutions/observability/index.md) for detailed guides.
299+
Refer to [observability features](/solutions/observability.md) for detailed guides.
300300

301301
:::
302302

@@ -322,7 +322,7 @@ Refer to [observability features](/solutions/observability/index.md) for detaile
322322
- Go to **Security****Explore****Threat Intelligence**.
323323
- Import threat intel feeds to identify known bad indicators.
324324

325-
Refer to [security capabilities](/solutions/security/index.md) for more features.
325+
Refer to [security capabilities](/solutions/security.md) for more features.
326326

327327
:::
328328
::::
@@ -487,8 +487,7 @@ Create a plan for moving forward:
487487

488488
### Getting help with production planning
489489

490-
- **[Deployment architecture](/deploy-manage/production-guidance/production-guidance.md)**: Best practices for production deployments.
491-
- **[Sizing guidance](/deploy-manage/production-guidance/deployment-sizing-guidelines.md)**: Estimate resource requirements.
490+
- **[Production guidance](/deploy-manage/production-guidance.md)**: Best practices for production deployments and sizing.
492491
- **[Contact sales](https://www.elastic.co/contact)**: Discuss licensing and support options.
493492

494493
:::::

0 commit comments

Comments
 (0)