Skip to content

Commit dff5e14

Browse files
committed
Edits
1 parent 590da98 commit dff5e14

File tree

4 files changed

+69
-162
lines changed

4 files changed

+69
-162
lines changed

get-started/toc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ toc:
77
- file: trial-week-1.md
88
- file: trial-week-2.md
99
- file: introduction.md
10-
children:
11-
- file: the-stack.md
12-
- file: deployment-options.md
13-
- file: versioning-availability.md
10+
- file: the-stack.md
11+
- file: deployment-options.md
12+
- file: versioning-availability.md
1413
- file: howto-use-the-docs.md
1514
- title: Glossary
1615
crosslink: docs-content://reference/glossary/index.md

get-started/trial-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ applies_to:
88
serverless:
99
stack:
1010
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
11+
navigation_title: Get started with the Elastic trial
1212
---
1313

1414
# Get started with your Elastic trial

get-started/trial-week-1.md

Lines changed: 38 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ description: Week 1 of your Elastic trial. Set up your deployment, connect your
1414

1515
Week 1 focuses on getting your Elastic environment up and running quickly and demonstrating initial value with your chosen use case. By the end of this week, you will have data flowing into Elastic and be able to search, visualize, or monitor it effectively.
1616

17-
## Week 1 goals
18-
1917
By the end of this week, you will have:
2018

2119
- Set up your Elastic deployment.
@@ -26,11 +24,11 @@ By the end of this week, you will have:
2624

2725
**Estimated time**: 2-4 hours total.
2826

29-
::::::{stepper}
27+
## Set up your deployment
3028

31-
:::::{step} Set up your deployment
29+
::::::{stepper}
3230

33-
### Choose your deployment type
31+
:::::{step} Choose your deployment type
3432

3533
When you start your trial, select a deployment type:
3634

@@ -41,7 +39,9 @@ When you start your trial, select a deployment type:
4139
For most trials, {{serverless-short}} provides the fastest path to value with minimal configuration overhead.
4240
:::
4341

44-
### Create your deployment
42+
:::::
43+
44+
:::::{step} Create your deployment
4545

4646
Create your deployment by following these steps:
4747

@@ -56,7 +56,9 @@ Create your deployment by following these steps:
5656

5757
Your deployment will be ready in 1-2 minutes. **Save your credentials** when prompted.
5858

59-
### Access Kibana
59+
:::::
60+
61+
:::::{step} Access Kibana
6062

6163
Once your deployment is ready:
6264

@@ -68,8 +70,9 @@ Bookmark your Kibana URL for easy access throughout your trial.
6870
:::
6971

7072
:::::
73+
::::::
7174

72-
:::::{step} Connect your first data source
75+
## Connect your first data source
7376

7477
Choose the path based on your use case:
7578

@@ -78,7 +81,7 @@ Choose the path based on your use case:
7881

7982
Your goal is to index data that you want to search and analyze. Choose one method:
8083

81-
**Option A: Upload a file (Quickest start)**
84+
#### Option A: Upload a file (Quickest start)
8285

8386
Best for: CSV, JSON, or log files you have on hand.
8487

@@ -90,7 +93,7 @@ Best for: CSV, JSON, or log files you have on hand.
9093

9194
If you don't have data ready, Kibana includes sample datasets. Go to **Home****Try sample data** and add the "Sample web logs" or "Sample eCommerce orders" dataset.
9295

93-
**Option B: Use an integration**
96+
#### Option B: Use an integration
9497

9598
Best for: Connecting to existing systems (databases, APIs, applications).
9699

@@ -99,7 +102,7 @@ Best for: Connecting to existing systems (databases, APIs, applications).
99102
3. Select **Add** and follow the configuration steps.
100103
4. Verify data is flowing by checking the integration status.
101104

102-
**Option C: Use the API**
105+
#### Option C: Use the API
103106

104107
Best for: Custom applications or programmatic data ingestion.
105108

@@ -119,7 +122,7 @@ curl -X POST "https://your-deployment.elastic.cloud:9200/your-index/_doc" \
119122

120123
3. Refer to the [Elasticsearch index API documentation](/manage-data/data-store/index-basics.md) for more options.
121124

122-
### Verify your data
125+
#### Verify your data
123126

124127
1. Go to **Analytics****Discover** in Kibana.
125128
2. Select your index or data view.
@@ -133,7 +136,7 @@ If you don't find your data, check your integration status or indexing logs.
133136

134137
Your goal is to collect logs, metrics, and traces from your systems. Choose one method:
135138

136-
**Option A: Monitor infrastructure (Easiest)**
139+
#### Option A: Monitor infrastructure (Easiest)
137140

138141
Best for: Getting started quickly with system metrics.
139142

@@ -147,7 +150,7 @@ Best for: Getting started quickly with system metrics.
147150
5. Wait 1-2 minutes for data to appear.
148151
6. Go to **Observability****Infrastructure** to see your host.
149152

150-
**Option B: Collect application logs**
153+
#### Option B: Collect application logs
151154

152155
Best for: Aggregating logs from applications or services.
153156

@@ -159,7 +162,7 @@ Best for: Aggregating logs from applications or services.
159162
4. Install or configure Elastic Agent to collect the logs.
160163
5. Go to **Observability****Logs****Stream** to see incoming logs.
161164

162-
**Option C: Monitor an application (APM)**
165+
#### Option C: Monitor an application (APM)
163166

164167
Best for: Understanding application performance and errors.
165168

@@ -173,7 +176,7 @@ Best for: Understanding application performance and errors.
173176

174177
Refer to [APM documentation](/solutions/observability/apm/index.md) for detailed setup instructions.
175178

176-
### Verify your data
179+
#### Verify your data
177180

178181
1. Go to **Observability****Overview**.
179182
2. You should see metrics, logs, or traces depending on what you configured.
@@ -183,11 +186,9 @@ Refer to [APM documentation](/solutions/observability/apm/index.md) for detailed
183186

184187
:::{tab-item} Security
185188

186-
### Ingest security data
187-
188189
Your goal is to collect security events from endpoints, networks, and cloud services. Choose your starting point:
189190

190-
**Option A: Monitor endpoints (Recommended)**
191+
#### Option A: Monitor endpoints (Recommended)
191192

192193
Best for: Detecting threats on laptops, desktops, and servers.
193194

@@ -202,7 +203,7 @@ Best for: Detecting threats on laptops, desktops, and servers.
202203
6. Wait 1-2 minutes for the endpoint to appear in Kibana.
203204
7. Go to **Security****Manage****Endpoints** to see protected hosts.
204205

205-
**Option B: Collect security logs**
206+
#### Option B: Collect security logs
206207

207208
Best for: Ingesting logs from firewalls, cloud providers, or security tools.
208209

@@ -214,7 +215,7 @@ Best for: Ingesting logs from firewalls, cloud providers, or security tools.
214215
3. Selec **Add** and follow the configuration steps for your provider.
215216
4. Verify data is flowing by checking the integration status.
216217

217-
**Option C: Collect network traffic**
218+
#### Option C: Collect network traffic
218219

219220
Best for: Monitoring network activity for threats.
220221

@@ -224,7 +225,7 @@ Best for: Monitoring network activity for threats.
224225
4. Configure network interfaces to monitor.
225226
5. Go to **Security****Network** to see network flows.
226227

227-
### Verify your data
228+
#### Verify your data
228229

229230
1. Go to **Security****Overview**.
230231
2. You should see security events and alerts.
@@ -233,16 +234,14 @@ Best for: Monitoring network activity for threats.
233234
:::
234235
::::
235236

236-
:::::
237-
238-
:::::{step} Explore your data
237+
## Explore your data
239238

240239
Now that data is flowing, let's explore it in Kibana.
241240

242241
::::{tab-set}
243242
:::{tab-item} Search
244243

245-
### Explore with Discover
244+
#### Explore with Discover
246245

247246
1. Go to **Analytics****Discover**.
248247
2. Select your index pattern or data view.
@@ -267,29 +266,29 @@ Now that data is flowing, let's explore it in Kibana.
267266

268267
:::{tab-item} Observability
269268

270-
### Explore logs
269+
#### Explore logs
271270

272271
1. Go to **Observability****Logs****Stream**.
273272
2. **Filter logs**:
274273
- Use the search bar to find specific messages.
275274
- Filter by host, service, or log level.
276275
3. **View log details**: Select a log entry to see all fields and context.
277276

278-
### Explore metrics
277+
#### Explore metrics
279278

280279
1. Go to **Observability****Infrastructure**.
281280
2. View your hosts with CPU, memory, and disk metrics.
282281
3. Select a host to view detailed metrics.
283282
4. Switch views to view containers, Kubernetes pods, or services.
284283

285-
### Explore APM (if configured)
284+
#### Explore APM (if configured)
286285

287286
1. Go to **Observability****Applications**.
288287
2. Select your service.
289288
3. View latency, throughput, and error rates.
290289
4. Select a transaction to view traces and spans.
291290

292-
### Create an observability dashboard
291+
#### Create an observability dashboard
293292

294293
1. Go to **Analytics****Dashboards**.
295294
2. Click **Create dashboard**.
@@ -305,21 +304,21 @@ Now that data is flowing, let's explore it in Kibana.
305304

306305
:::{tab-item} Security
307306

308-
### Explore security events
307+
#### Explore security events
309308

310309
1. Go to **Security****Explore****Events**.
311310
2. **Filter events**:
312311
- Use the search bar or KQL to find specific activity.
313312
- Filter by host, user, process, or event type.
314313
3. **Analyze an event**: Click on an event to see all details.
315314

316-
### View alerts
315+
#### View alerts
317316

318317
1. Go to **Security****Alerts**.
319318
2. Review any alerts that have been generated by default detection rules.
320319
3. Click on an alert to investigate further.
321320

322-
### Explore the security dashboard
321+
#### Explore the security dashboard
323322

324323
1. Go to **Security****Overview**.
325324
2. View the pre-built security dashboards showing:
@@ -328,20 +327,18 @@ Now that data is flowing, let's explore it in Kibana.
328327
- Network connections
329328
- Top threats and events
330329

331-
### Create a custom security query
330+
#### Create a custom security query
332331

333332
1. Go to **Security****Timelines**.
334-
2. Click **Create timeline**.
333+
2. Select **Create timeline**.
335334
3. Add filters and queries to hunt for specific activity:
336335
- Example: `process.name: "powershell.exe" AND event.action: "network-connection"`
337336
4. Save your timeline for future investigations.
338337

339338
:::
340339
::::
341340

342-
:::::
343-
344-
:::::{step} Set up alerting (Optional)
341+
## Set up alerting (Optional)
345342

346343
Alerts help you stay informed about important events or conditions.
347344

@@ -400,9 +397,7 @@ Refer to [security detection rules](/solutions/security/detect-and-alert/about-d
400397
:::
401398
::::
402399

403-
:::::
404-
405-
:::::{step} Document your progress
400+
## Document your progress
406401

407402
At the end of Week 1, take a moment to document:
408403

@@ -412,13 +407,9 @@ At the end of Week 1, take a moment to document:
412407
- **Alerts configured**: What conditions are you monitoring?
413408
- **Challenges encountered**: Note any issues for follow-up.
414409

415-
This documentation will be valuable when presenting your PoC to stakeholders.
416-
417-
:::::
418-
419-
::::::
410+
This documentation might be valuable when presenting your PoC to stakeholders.
420411

421-
## Week 1 checklist
412+
## Checklist
422413

423414
Before moving to Week 2, ensure you've completed:
424415

0 commit comments

Comments
 (0)