Skip to content

Commit d5de0f0

Browse files
committed
update generated XP/DP configdocs, CMEM-6230
1 parent 3565924 commit d5de0f0

File tree

1 file changed

+121
-4
lines changed

1 file changed

+121
-4
lines changed

docs/deploy-and-configure/configuration/dataplatform/application-full.md

Lines changed: 121 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,62 @@ tags:
33
- Configuration
44
---
55

6+
## Deployment options for explore container
7+
8+
9+
***Property: deploy.apiPrefix***
10+
11+
12+
| Category | Value |
13+
|--- | ---: |
14+
| Default | /dataplatform |
15+
| Required | false |
16+
| Valid values | string |
17+
| Environment | DEPLOY_APIPREFIX |
18+
19+
***Property: deploy.apiPrefixription***
20+
21+
22+
| Category | Value |
23+
|--- | ---: |
24+
| Default | API prefix for former dataplatform endpoints i.e. /dataplatform |
25+
| Required | false |
26+
| Valid values | string |
27+
| Environment | DEPLOY_APIPREFIXRIPTION |
28+
29+
### Options for additional prometheus metrics endpoint
30+
31+
32+
***Property: deploy.additional-prometheus-endpoint.enabled***
33+
34+
35+
| Category | Value |
36+
|--- | ---: |
37+
| Default | false |
38+
| Required | false |
39+
| Valid values | string |
40+
| Environment | DEPLOY_ADDITIONAL_PROMETHEUS_ENDPOINT_ENABLED |
41+
42+
***Property: deploy.additional-prometheus-endpoint.port***
43+
44+
45+
| Category | Value |
46+
|--- | ---: |
47+
| Default | 9091 |
48+
| Required | false |
49+
| Valid values | string |
50+
| Environment | DEPLOY_ADDITIONAL_PROMETHEUS_ENDPOINT_PORT |
51+
52+
***Property: deploy.additional-prometheus-endpoint.context***
53+
54+
55+
| Category | Value |
56+
|--- | ---: |
57+
| Default | /metrics |
58+
| Required | false |
59+
| Valid values | string |
60+
| Environment | DEPLOY_ADDITIONAL_PROMETHEUS_ENDPOINT_CONTEXT |
61+
662
## License
763

864
By default, DataPlatform is subject to the eccenca free Personal, Evaluation and Development License Agreement (PEDAL), a license intended for non-commercial usage. When your delivery includes a dedicated license file, you have to configure DataPlatform to enable your license.
@@ -84,6 +140,36 @@ To disable caching, set the type to NONE (not recommended).
84140
| Valid values | string |
85141
| Environment | SPRING_CACHE_INFINISPAN_MODE |
86142
143+
***Property: spring.mvc.pathmatch.matching-strategy***
144+
145+
146+
| Category | Value |
147+
|--- | ---: |
148+
| Default | ant_path_matcher |
149+
| Required | false |
150+
| Valid values | string |
151+
| Environment | SPRING_MVC_PATHMATCH_MATCHING_STRATEGY |
152+
153+
***Property: spring.thymeleaf.prefix***
154+
155+
156+
| Category | Value |
157+
|--- | ---: |
158+
| Default | classpath:/public/ |
159+
| Required | false |
160+
| Valid values | string |
161+
| Environment | SPRING_THYMELEAF_PREFIX |
162+
163+
***Property: spring.thymeleaf.mode***
164+
165+
166+
| Category | Value |
167+
|--- | ---: |
168+
| Default | HTML |
169+
| Required | false |
170+
| Valid values | string |
171+
| Environment | SPRING_THYMELEAF_MODE |
172+
87173
### Configuration of Servlet Container
88174
89175
@@ -148,6 +234,16 @@ Temporary storage used for multipart upload. This defaults to system property ja
148234
| Valid values | string |
149235
| Environment | MANAGEMENT_INFO_ENV_ENABLED |
150236
237+
***Property: management.endpoints.web.base-path***
238+
239+
240+
| Category | Value |
241+
|--- | ---: |
242+
| Default | /dataplatform/actuator |
243+
| Required | false |
244+
| Valid values | string |
245+
| Environment | MANAGEMENT_ENDPOINTS_WEB_BASE_PATH |
246+
151247
***Property: management.endpoints.web.exposure.include***
152248
153249
@@ -268,7 +364,7 @@ Temporary storage used for multipart upload. This defaults to system property ja
268364
| Valid values | string |
269365
| Environment | MANAGEMENT_INFLUX_METRICS_EXPORT_ENABLED |
270366
271-
Activate [Micrometer Tracing capability](https://docs.micrometer.io/micrometer/reference/) with [Brave](https://github.com/openzipkin/brave).
367+
Activate Micrometer Tracing capability (https://micrometer.io/docs/tracing) with Brave (https://github.com/openzipkin/brave)
272368
273369
***Property: management.tracing.enabled***
274370
@@ -511,7 +607,7 @@ Use this property to configure the URI of the public user group (see section Pub
511607
512608
| Category | Value |
513609
|--- | ---: |
514-
| Default | urn:elds-backend-public-group |
610+
| Default | https://vocab.eccenca.com/auth/PublicGroup |
515611
| Required | false |
516612
| Valid values | string |
517613
| Environment | AUTHORIZATION_ABOX_PUBLICGROUP |
@@ -524,7 +620,7 @@ Use this property to configure the URI of the public user (see section Public ac
524620
525621
| Category | Value |
526622
|--- | ---: |
527-
| Default | urn:elds-backend-anonymous-user |
623+
| Default | https://vocab.eccenca.com/auth/AnonymousUser |
528624
| Required | false |
529625
| Valid values | string |
530626
| Environment | AUTHORIZATION_ABOX_ANONYMOUSUSER |
@@ -556,7 +652,7 @@ Use this property to set the graph containing the access conditions model.
556652
557653
| Category | Value |
558654
|--- | ---: |
559-
| Default | urn:elds-backend-access-conditions-graph |
655+
| Default | https://ns.eccenca.com/data/ac/ |
560656
| Required | false |
561657
| Valid values | string |
562658
| Conflicts with | url |
@@ -750,6 +846,17 @@ Used for resolving titles & comments and loading shaped resources.
750846
| Valid values | RESOURCE_IN_VALUES, FILTER_ONLY |
751847
| Environment | PROXY_FETCHVALUESSTRATEGY |
752848

849+
***Property: proxy.gspUploadGzipContentLimit***
850+
851+
The limit of data for the GSP zip-bomb check in bytes. If this limit is exceeded the upload is aborted
852+
853+
| Category | Value |
854+
|--- | ---: |
855+
| Default | 5368709120 |
856+
| Required | false |
857+
| Valid values | string |
858+
| Environment | PROXY_GSPUPLOADGZIPCONTENTLIMIT |
859+
753860
## LLM Assistant Supported
754861

755862
Leverage generative AI (LLMs) for ontology creation and exploration (SPARQL query generation).
@@ -1071,6 +1178,16 @@ logging:
10711178
| Valid values | string |
10721179
| Environment | LOGGING_LEVEL_COM_ECCENCA_ELDS_BACKEND_CACHE_LOGGING |
10731180

1181+
***Property: logging.level.org.hibernate.search.backend.lucene.impl***
1182+
1183+
1184+
| Category | Value |
1185+
|--- | ---: |
1186+
| Default | ERROR |
1187+
| Required | false |
1188+
| Valid values | string |
1189+
| Environment | LOGGING_LEVEL_ORG_HIBERNATE_SEARCH_BACKEND_LUCENE_IMPL |
1190+
10741191
## Audit trail logging
10751192

10761193
DataPlatform is able to log the access of each user to named graphs in form of an audit trail log under the logger name audit.

0 commit comments

Comments
 (0)