Skip to content

Commit 1633469

Browse files
Replace placeholder URLs (#6990)
1 parent ec8acd7 commit 1633469

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

docs/AI-for-security/connect-to-byo.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ The following is an example Nginx configuration file:
3333
server {
3434
listen 80;
3535
listen [::]:80;
36-
server_name <yourdomainname.com>;
36+
server_name <YOUR_DOMAIN_NAME>;
3737
server_tokens off;
3838
add_header x-xss-protection "1; mode=block" always;
3939
add_header x-frame-options "SAMEORIGIN" always;
4040
add_header X-Content-Type-Options "nosniff" always;
41-
return 301 https://$server_name$request_uri;
41+
return 301 <SERVER_NAME><REQUEST_URI>;
4242
}
4343
4444
server {
4545
4646
listen 443 ssl http2;
4747
listen [::]:443 ssl http2;
48-
server_name <yourdomainname.com>;
48+
server_name <YOUR_DOMAIN_NAME>;
4949
server_tokens off;
50-
ssl_certificate /etc/letsencrypt/live/<yourdomainname.com>/fullchain.pem;
51-
ssl_certificate_key /etc/letsencrypt/live/<yourdomainname.com>/privkey.pem;
50+
ssl_certificate /etc/letsencrypt/live/<YOUR_DOMAIN_NAME>/fullchain.pem;
51+
ssl_certificate_key /etc/letsencrypt/live/<YOUR_DOMAIN_NAME>/privkey.pem;
5252
ssl_session_timeout 1d;
5353
ssl_session_cache shared:SSL:50m;
5454
ssl_session_tickets on;
@@ -62,15 +62,15 @@ server {
6262
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
6363
ssl_stapling on;
6464
ssl_stapling_verify on;
65-
ssl_trusted_certificate /etc/letsencrypt/live/<yourdomainname.com>/fullchain.pem;
65+
ssl_trusted_certificate /etc/letsencrypt/live/<YOUR_DOMAIN_NAME>/fullchain.pem;
6666
resolver 1.1.1.1;
6767
location / {
6868
6969
if ($http_authorization != "Bearer <secret token>") {
7070
return 401;
7171
}
7272
73-
proxy_pass http://localhost:1234/;
73+
proxy_pass <LOCAL_HOST_URL>:1234/;
7474
}
7575
7676
}
@@ -81,7 +81,7 @@ server {
8181
If using the example configuration file above, you must replace several values:
8282
8383
* Replace `<secret token>` with your actual token, and keep it safe since you'll need it to set up the {elastic-sec} connector.
84-
* Replace `<yourdomainname.com>` with your actual domain name.
84+
* Replace `<YOUR_DOMAIN_NAME>` with your actual domain name.
8585
* Update the `proxy_pass` value at the bottom of the configuration if you decide to change the port number in LM Studio to something other than 1234.
8686
====
8787

docs/cloud-native-security/cspm-get-started-aws.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ You can use the AWS CLI to generate temporary credentials. For example, you coul
250250

251251
[source,console]
252252
----------------------------------
253-
sts get-session-token --serial-number arn:aws:iam::1234:mfa/your-email@example.com --duration-seconds 129600 --token-code 123456
253+
sts get-session-token --serial-number arn:aws:iam::1234:mfa/your-email<example-url> --duration-seconds 129600 --token-code 123456
254254
----------------------------------
255255

256256
The output from this command includes the following fields, which you should provide when configuring the CSPM integration:

docs/cloud-native-security/kspm-get-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ You can use the AWS CLI to generate temporary credentials. For example, you coul
159159

160160
[source,console]
161161
----------------------------------
162-
`sts get-session-token --serial-number arn:aws:iam::1234:mfa/your-email@example.com --duration-seconds 129600 --token-code 123456`
162+
`sts get-session-token --serial-number arn:aws:iam::1234:mfa/your-email@<example-url> --duration-seconds 129600 --token-code 123456`
163163
----------------------------------
164164

165165
The output from this command includes the following fields, which you should provide when configuring the KSPM integration:

docs/detections/prebuilt-rules/rule-details/multiple-vault-web-credentials-read.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ sequence by winlog.computer_name, winlog.process.pid with maxspan=1s
105105
[any where event.code : "5382" and
106106
(winlog.event_data.SchemaFriendlyName : "Windows Web Password Credential" and winlog.event_data.Resource : "http*") and
107107
not winlog.event_data.SubjectLogonId : "0x3e7" and
108-
not winlog.event_data.Resource : "http://localhost/"]
108+
not winlog.event_data.Resource : "<LOCAL_HOST_URL>"]
109109
110110
[any where event.code : "5382" and
111111
(winlog.event_data.SchemaFriendlyName : "Windows Web Password Credential" and winlog.event_data.Resource : "http*") and
112112
not winlog.event_data.SubjectLogonId : "0x3e7" and
113-
not winlog.event_data.Resource : "http://localhost/"]
113+
not winlog.event_data.Resource : "<LOCAL_HOST_URL>"]
114114
115115
----------------------------------
116116

docs/release-notes/8.16.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
734734
735735
. Right-click anywhere on the **Alerts** page, then select *Inspect* to open Chrome's Developer Tools.
736736
. Go to *Application -> Storage*, then expand *Local Storage*.
737-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
737+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
738738
. Search for the `siem.<space_name>.pageFilters` key, right-click on the value, then click *Delete*. If you have multiple non-default spaces, do this for each space.
739739
. Refresh the **Alerts** page to reload it.
740740

docs/release-notes/8.8.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
3636

3737
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
3838
. Go to *Application -> Storage*, then expand *Local Storage*.
39-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
39+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
4040
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alerts table's state, including the table's selected columns.
4141
. Paste the JSON blob into a text file and edit it as follows:
4242
.. Remove the `id:file.name` string from the `columns` array.
@@ -259,7 +259,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
259259

260260
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
261261
. Go to *Application -> Storage*, then expand *Local Storage*.
262-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
262+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
263263
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alerts table's state, including the table's selected columns.
264264
. Paste the JSON blob into a text file and edit it as follows:
265265
.. Remove the `id:file.name` string from the `columns` array.
@@ -413,7 +413,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
413413

414414
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
415415
. Go to *Application -> Storage*, then expand *Local Storage*.
416-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
416+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
417417
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alerts table's state, including the table's selected columns.
418418
. Paste the JSON blob into a text file and edit it as follows:
419419
.. Remove the `id:file.name` string from the `columns` array.

docs/release-notes/8.9.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
4848

4949
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
5050
. Go to *Application -> Storage*, then expand *Local Storage*.
51-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
51+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
5252
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alert table's state, including the table's selected columns.
5353
. Paste the JSON blob into a text file and edit it as follows:
5454
.. Remove the `id:file.name` string from the `columns` array.
@@ -115,7 +115,7 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
115115

116116
. Right-click anywhere on the Alerts page, then select *Inspect* to open Chrome's Developer Tools.
117117
. Go to *Application -> Storage*, then expand *Local Storage*.
118-
. Click on the name of your Kibana instance, for example, http://localhost:1234.
118+
. Click on the name of your Kibana instance, for example, <LOCAL_HOST_URL>:1234.
119119
. Search for the `detection-engine-alert-table-securitySolution-rule-details-gridView` key and copy its value. The value you copied is the JSON blob that's used to persist the Alert table's state, including the table's selected columns.
120120
. Paste the JSON blob into a text file and edit it as follows:
121121
.. Remove the `id:file.name` string from the `columns` array.

0 commit comments

Comments
 (0)