Skip to content

Commit 80fb8bc

Browse files
Copilotstrawgatevishaangelova
authored
Fix typos in docs/extend developer documentation (#50009)
* Initial plan * Fix typos in docs/extend developer documentation - vizualizations → visualizations in export-dashboards.md - perfomed running → performed by running in testing.md - writen → written in filebeat-modules-devguide.md - custome → custom in event-fields-yml.md Assisted-By: GitHub Copilot Agent-Logs-Url: https://github.com/elastic/beats/sessions/e3cc6841-c2fa-4190-b80d-b44ea3bf0a04 Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> Co-authored-by: Bill Easton <bill.easton@elastic.co> Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
1 parent 3ee3a15 commit 80fb8bc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/extend/event-fields-yml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For example, you can define a new text analyzer that does not break hyphenated n
162162
```
163163

164164
1. Use a newly defined text analyzer
165-
2. Define the custome analyzer type
165+
2. Define the custom analyzer type
166166
3. Specify the analyzer behaviour
167167
4. Use the same analyzer for the search
168168

docs/extend/export-dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MODULE=redis ID=AV4REOpp5NkDleZmzKkE mage exportDashboard
3939
./filebeat export dashboard --id 7fea2930-478e-11e7-b1f0-cb29bac6bf8b --folder module/redis
4040
```
4141

42-
This generates an appropriate folder under module/redis for the dashboard, separating assets into dashboards, searches, vizualizations, etc. Each exported file is a JSON and their names are the IDs of the assets.
42+
This generates an appropriate folder under module/redis for the dashboard, separating assets into dashboards, searches, visualizations, etc. Each exported file is a JSON and their names are the IDs of the assets.
4343

4444
::::{note}
4545
The dashboard ID is available in the dashboard URL. For example, in case the dashboard URL is `app/kibana#/dashboard/AV4REOpp5NkDleZmzKkE?_g=()&_a=(description:'Overview%2...`, the dashboard ID is `AV4REOpp5NkDleZmzKkE`.

docs/extend/filebeat-modules-devguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ In order to test the filesets with the sample logs and/or generate the expected
428428
* `GENERATE`: if set to 1, the expected documents will be generated.
429429

430430

431-
The filebeat logs are writen to the `build` directory. It may be useful to tail them in another terminal using `tail -F build/system-tests/run/test_modules.Test.*/output.log`.
431+
The filebeat logs are written to the `build` directory. It may be useful to tail them in another terminal using `tail -F build/system-tests/run/test_modules.Test.*/output.log`.
432432

433433
For example if there’s a syntax error in an ingest pipeline, the test will probably just hang. The filebeat log output will contain the error message from elasticsearch.
434434

docs/extend/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ mage docker:composeDown
5757

5858
Go tests support generating sample events to be used as fixtures.
5959

60-
This generation can be perfomed running `go test --data`. This functionality is supported by packetbeat and Metricbeat.
60+
This generation can be performed by running `go test --data`. This functionality is supported by packetbeat and Metricbeat.
6161

6262
In Metricbeat, run the command from within a module like this: `go test --tags integration,azure --data --run "TestData"`. Make sure to add the relevant tags (`integration` is common then add module and metricset specific tags).
6363

0 commit comments

Comments
 (0)