Skip to content

Commit 60165fe

Browse files
authored
Merge branch 'main' into k8-onboarding-known-issue
2 parents 11e72a5 + 1385d2d commit 60165fe

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

explore-analyze/machine-learning/nlp/ml-nlp-model-ref.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ products:
1515
The minimum dedicated ML node size for deploying and using the {{nlp}} models is 16 GB in {{ech}} if [deployment autoscaling](../../../deploy-manage/autoscaling.md) is turned off. Turning on autoscaling is recommended because it allows your deployment to dynamically adjust resources based on demand. Better performance can be achieved by using more allocations or more threads per allocation, which requires bigger ML nodes. Autoscaling provides bigger nodes when required. If autoscaling is turned off, you must provide suitably sized nodes yourself.
1616
::::
1717

18-
The {{stack-ml-features}} support transformer models that conform to the standard BERT model interface and use the WordPiece tokenization algorithm.
19-
20-
The current list of supported architectures is:
18+
The {{stack-ml-features}} support transformer models with the following architectures:
2119

2220
* BERT
2321
* BART

reference/fleet/logstash-output.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ input {
3737
elastic_agent {
3838
port => 5044
3939
enrich => none <1>
40-
ssl => true
40+
ssl_enabled => true
4141
ssl_certificate_authorities => ["<ca_path>"]
4242
ssl_certificate => "<server_cert_path>"
4343
ssl_key => "<server_cert_key_in_pkcs8>"
44-
ssl_verify_mode => "force_peer"
44+
ssl_client_authentication => "required"
4545
}
4646
}
4747
@@ -52,8 +52,8 @@ output {
5252
data_stream => "true"
5353
api_key => "<api_key>" <3>
5454
data_stream => true
55-
ssl => true
56-
# cacert => "<elasticsearch_ca_path>"
55+
ssl_enabled => true
56+
ssl_certificate_authorities => "<elasticsearch_ca_path>"
5757
}
5858
}
5959
```

0 commit comments

Comments
 (0)