Skip to content

Commit d8b4d1a

Browse files
committed
First commit
1 parent 555ffec commit d8b4d1a

File tree

7 files changed

+1684
-7
lines changed

7 files changed

+1684
-7
lines changed

get-started/index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@ description: Learn the fundamentals of Elastic. Discover what Elastic offers, ex
1717
training resources to get started.
1818
---
1919

20-
# Elastic fundamentals
20+
# Get started
2121

22-
Welcome to Elastic fundamentals!
22+
Welcome! Whether you're starting a trial or exploring what Elastic has to offer, this section helps you understand our platform and get the most value from your experience.
23+
24+
## On a trial? Start here
25+
26+
If you've started an Elastic trial and want a guided, hands-on experience to build a proof of concept:
27+
28+
**[Get started with your Elastic trial](/get-started/trial-getting-started.md)**: Follow our step-by-step tutorial designed specifically for trial users. Set up your environment, select a use case, connect data sources, and build a proof of concept.
29+
30+
## Elastic fundamentals
2331

2432
In this section, we'll walk you through the basics of what our products offer, what they do, how they can help your business, and how to set them up. You'll get a quick look at the core features and concepts, real-world use cases, and deployment options to understand how everything fits together.
2533

26-
You'll also find other helpful information, such as how to use our docs, training resources, and a link to our glossary so you can familiarize yourself with our terminology. Whether you're exercising your options and are curious about what Elastic can offer, are just getting started, or are looking to dive deeper, this is a great place to begin.
34+
You'll also find other helpful information, such as how to use our docs, training resources, and a link to our glossary so you can familiarize yourself with our terminology.
2735

2836
## What is Elastic? [what-is-es]
2937

get-started/toc.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
project: 'Get started'
22
toc:
33
- file: index.md
4-
- file: introduction.md
5-
- file: the-stack.md
6-
- file: deployment-options.md
7-
- file: versioning-availability.md
4+
- title: Get started with Elastic's trial
5+
items:
6+
- file: trial-getting-started.md
7+
- file: trial-choose-use-case.md
8+
- file: trial-week-1.md
9+
- file: trial-week-2.md
10+
- file: trial-poc-framework.md
11+
- title: Elastic fundamentals
12+
items:
13+
- file: introduction.md
14+
- file: the-stack.md
15+
- file: deployment-options.md
16+
- file: versioning-availability.md
817
- file: howto-use-the-docs.md
918
- title: Glossary
1019
crosslink: docs-content://reference/glossary/index.md
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
---
2+
products:
3+
- id: elasticsearch
4+
- id: elastic-stack
5+
- id: observability
6+
- id: security
7+
applies_to:
8+
serverless:
9+
stack:
10+
description: Choose the right Elastic solution for your organization. Compare search, observability, and security use cases to identify the best starting point for your trial.
11+
---
12+
13+
# Choose your use case
14+
15+
Choosing the right use case for your trial is crucial to demonstrating value quickly. Elastic offers three primary solutions, each designed for specific organizational needs. This guide helps you identify which solution best addresses your immediate challenges.
16+
17+
## Quick decision guide
18+
19+
Answer these questions to identify your primary use case:
20+
21+
| Question | Use case |
22+
|----------|----------------|
23+
| Do you need to build search experiences for users or search large volumes of data? | **Search** |
24+
| Are you troubleshooting application performance, system health, or infrastructure issues? | **Observability** |
25+
| Do you need to detect, investigate, or respond to security threats? | **Security** |
26+
| Are you trying to understand user behavior or analyze business data? | **Search** or **Observability** |
27+
| Do you need to monitor compliance or audit access to systems? | **Security** |
28+
29+
## Solution overview
30+
31+
### Elasticsearch (Search)
32+
33+
**Best for**: Building search experiences, analyzing business data, and gaining insights from large datasets.
34+
35+
**Common use cases**:
36+
- Website or application search
37+
- E-commerce product catalogs
38+
- Enterprise knowledge management
39+
- Log and event search
40+
- Business analytics and dashboards
41+
- Full-text search across documents
42+
43+
**Your organization might need this if**:
44+
- Users struggle to find information across multiple systems.
45+
- You need to search and analyze large volumes of unstructured data.
46+
- You're building an application that requires fast, relevant search.
47+
- You want to create custom analytics dashboards for business data.
48+
49+
**What you'll build in your trial**:
50+
- A searchable index of your data (documents, products, or events).
51+
- Custom search queries with filters and relevance tuning.
52+
- Basic analytics and visualizations.
53+
- A simple search interface or dashboard.
54+
55+
**Time to value**: See search results within 1-2 hours of ingesting data.
56+
57+
### Elastic Observability
58+
59+
**Best for**: Monitoring applications, infrastructure, and services to ensure reliability and performance.
60+
61+
**Common use cases**:
62+
- Application performance monitoring (APM)
63+
- Infrastructure and container monitoring
64+
- Log aggregation and analysis
65+
- Service-level objective (SLO) tracking
66+
- Incident investigation and root cause analysis
67+
- Real user monitoring (RUM)
68+
69+
**Your organization might need this if**:
70+
- Applications are slow or experiencing errors.
71+
- You have limited visibility into system performance.
72+
- Logs are scattered across multiple systems.
73+
- You need to meet SLAs or track system uptime.
74+
- Troubleshooting incidents takes too long.
75+
76+
**What you'll build in your trial**:
77+
- Monitoring for 2-3 key services or hosts.
78+
- Log aggregation from critical applications.
79+
- Performance dashboards and health metrics.
80+
- Alerting for important thresholds.
81+
- APM instrumentation for one application.
82+
83+
**Time to value**: See metrics and logs within 30 minutes to 1 hour.
84+
85+
### Elastic Security
86+
87+
**Best for**: Detecting, investigating, and responding to security threats and vulnerabilities.
88+
89+
**Common use cases**:
90+
- Security information and event management (SIEM)
91+
- Endpoint protection and detection (EDR)
92+
- Threat hunting and investigation
93+
- Vulnerability management
94+
- Security analytics and reporting
95+
- Compliance monitoring
96+
97+
**Your organization might need this if**:
98+
- You need to detect and respond to security threats.
99+
- Security logs are difficult to analyze.
100+
- You want to monitor for suspicious activity.
101+
- Compliance requires security event tracking.
102+
- Incident response is manual and time-consuming.
103+
104+
**What you'll build in your trial**:
105+
- Security data ingestion from key systems (endpoints, network, cloud).
106+
- Detection rules for common threats.
107+
- Security dashboards and timelines.
108+
- Alert workflows and case management.
109+
- Basic threat hunting capabilities.
110+
111+
**Time to value**: See security events and detections within 1-2 hours.
112+
113+
## Multi-solution approaches
114+
115+
Many organizations benefit from multiple Elastic solutions working together. However, for your trial, we recommend starting with one primary use case to demonstrate clear value quickly.
116+
117+
### Common combinations
118+
119+
After your initial PoC, consider these complementary solutions:
120+
121+
- Observability and Security: Monitor application health and detect security threats in the same platform.
122+
- Search and Observability: Build search experiences while monitoring application performance.
123+
- Security and Search: Search security events while maintaining threat detection capabilities.
124+
125+
## Next steps
126+
127+
After you've selected your use case:
128+
129+
1. Review the solution documentation:
130+
- [Search documentation](/solutions/search.md)
131+
- [Observability documentation](/solutions/observability.md)
132+
- [Security documentation](/solutions/security.md)
133+
134+
2. Continue to Week 1: [Week 1: Foundation and first use case](/get-started/trial-week-1.md) to start building your PoC.
135+
136+
3. Set success criteria: Visit [Proof of concept framework](/get-started/trial-poc-framework.md) to define what success looks like for your organization.
137+
138+
:::{tip}
139+
You can always expand to additional use cases after your initial PoC. Many successful Elastic implementations start with one solution and grow into comprehensive platforms that address multiple needs.
140+
:::
141+
142+
## Need more guidance?
143+
144+
- [Solutions overview](/get-started/introduction.md): Detailed comparison of all three solutions.
145+
- [Customer success stories](https://www.elastic.co/customers/success-stories): See how other organizations use Elastic.
146+
- [Contact sales](https://www.elastic.co/contact): Speak with a specialist about your specific needs.
147+
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
products:
3+
- id: elasticsearch
4+
- id: elastic-stack
5+
- id: observability
6+
- id: security
7+
applies_to:
8+
serverless:
9+
stack:
10+
description: Start your Elastic trial with confidence. This step-by-step guide helps you set up your environment, choose a use case, and build a proof of concept within your trial period.
11+
navigation_title: Get started with Elastic
12+
---
13+
14+
# Get started with your Elastic trial
15+
16+
Welcome to Elastic! You've started your free trial, and now it's time to explore what Elastic can do for your organization. This guide provides a structured path to help you make the most of your trial period, understand Elastic's capabilities, and build a meaningful proof of concept (PoC) that demonstrates value to your team.
17+
18+
By following this guide, you'll:
19+
20+
- Set up your Elastic environment in minutes.
21+
- Choose the right use case for your organization (search, observability, or security).
22+
- Ingest real data from your systems.
23+
- Build a working PoC that solves a real problem.
24+
- Define and measure success metrics to demonstrate ROI.
25+
- Identify next steps for expanding your implementation.
26+
27+
## Before you begin
28+
29+
You'll need the following to complete this tutorial:
30+
31+
- Access to your Elastic trial (if you haven't signed up yet, start at [elastic.co/cloud/trial](https://www.elastic.co/cloud/elasticsearch-service/signup)).
32+
- Basic familiarity with your chosen use case domain (searching data, monitoring systems, or security analysis).
33+
- Access to data sources you want to connect (applications, logs, metrics, or security events).
34+
35+
:::{tip}
36+
Set aside focused time blocks to work through this tutorial. You'll get the most value by following the week-by-week structure rather than rushing through everything at once.
37+
:::
38+
39+
## Your trial roadmap
40+
41+
This tutorial is designed to fit within your trial period, with clear milestones for each week.
42+
43+
### Week 1: Foundation and first use case
44+
45+
Focus on getting up and running quickly with your primary use case.
46+
47+
**[Week 1: Foundation and first use case](/get-started/trial-week-1.md)**: Set up your deployment, connect your first data source, and start seeing value immediately.
48+
49+
**Time commitment**: 2-4 hours to complete core setup.
50+
51+
### Week 2: Expand and evaluate
52+
53+
Build on your foundation by expanding your PoC and preparing for team evaluation.
54+
55+
**[Week 2: Expand and evaluate](/get-started/trial-week-2.md)**: Add additional data sources, create dashboards, set up alerts, and measure success metrics.
56+
57+
**Time commitment**: 3-5 hours to expand and refine.
58+
59+
## Building your proof of concept
60+
61+
A successful proof of concept (PoC) demonstrates clear value and helps you make an informed decision about adopting Elastic.
62+
63+
**[Proof of concept framework](/get-started/trial-poc-framework.md)**: Learn how to define success criteria, identify key stakeholders, and measure results that matter to your organization.
64+
65+
## Choosing your use case
66+
67+
Not sure which use case is right for you? Refer to **[Choose your use case](/get-started/trial-choose-use-case.md)** to understand the differences between search, observability, and security solutions, and select the best starting point for your needs.
68+
69+
## Need help?
70+
71+
Throughout your trial, you have access to the following resources:
72+
73+
- **[Elastic Community](https://discuss.elastic.co/)**: Ask questions and learn from other users.
74+
- **[Elastic Training](https://www.elastic.co/training)**: Free courses and certification paths.
75+
- **[Support resources](https://www.elastic.co/support)**: Documentation, guides, and troubleshooting help.
76+
- **Sales and technical support**: Contact your trial specialist for personalized guidance.
77+
78+
## Alternative learning paths
79+
80+
If you're not ready for a trial or want to explore Elastic's fundamentals first:
81+
82+
- [Elastic fundamentals](/get-started/index.md): Understand core concepts, architecture, and deployment options.
83+
- [Solutions and use cases](/solutions/index.md): Deep dive into specific solution capabilities.
84+
- [Demo gallery](https://www.elastic.co/demo-gallery): Watch demonstrations of key features.
85+
- [Beginner's crash course](https://www.youtube.com/playlist?list=PL_mJOmq4zsHZYAyK606y7wjQtC0aoE6Es): Video series covering Elastic basics.
86+
87+

0 commit comments

Comments
 (0)