diff --git a/.htmltest.yml b/.htmltest.yml index b365e8721..621e785a5 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -40,3 +40,4 @@ IgnoreDirs: - "docs/2024.3/?.*/" - "docs/2024.5/?.*/" - "docs/2024.7/?.*/" +- "docs/2024.11/?.*/" diff --git a/content/en/docs/2025.1/Guides/_index.md b/content/en/docs/2025.1/Guides/_index.md index e9ff0c934..24fab80d0 100644 --- a/content/en/docs/2025.1/Guides/_index.md +++ b/content/en/docs/2025.1/Guides/_index.md @@ -1,6 +1,6 @@ --- title: "Guides" linkTitle: "Guides" -description: "This section includes all guides for the {{% ctx %}} Innovation platform." +description: "This section includes all guides for the {{% ctx %}} platform." weight: 10 --- diff --git a/content/en/docs/2025.1/Guides/cortex-gateway/_index.md b/content/en/docs/2025.1/Guides/cortex-gateway/_index.md index 30d09957b..b5fa856c1 100644 --- a/content/en/docs/2025.1/Guides/cortex-gateway/_index.md +++ b/content/en/docs/2025.1/Guides/cortex-gateway/_index.md @@ -1,7 +1,7 @@ --- title: "CORTEX Gateway" linkTitle: "CORTEX Gateway" -description: "The centralised web-based portal for accessing all user applications and tooling in the {{% ctx %}} Innovation platform." +description: "The centralised web-based portal for accessing all user applications and tooling in the {{% ctx %}} platform." weight: 1 --- diff --git a/content/en/docs/2025.1/Guides/cortex-gateway/settings/packages.md b/content/en/docs/2025.1/Guides/cortex-gateway/settings/packages.md index c42f0f395..473daeffa 100644 --- a/content/en/docs/2025.1/Guides/cortex-gateway/settings/packages.md +++ b/content/en/docs/2025.1/Guides/cortex-gateway/settings/packages.md @@ -1,7 +1,7 @@ --- title: "Packages" linkTitle: "Packages" -description: "Create and Manage {{% ctx %}} Innovation Packages" +description: "Create and Manage {{% ctx %}} Packages" --- {{< workinprogress >}} diff --git a/content/en/docs/2025.1/Guides/cortex-innovation/_index.md b/content/en/docs/2025.1/Guides/cortex-innovation/_index.md index 47faeb366..0753f5cb1 100644 --- a/content/en/docs/2025.1/Guides/cortex-innovation/_index.md +++ b/content/en/docs/2025.1/Guides/cortex-innovation/_index.md @@ -1,6 +1,6 @@ --- -title: "CORTEX Innovation" -linkTitle: "CORTEX Innovation" -description: "The {{% ctx %}} Innovation platform." +title: "CORTEX Applications" +linkTitle: "CORTEX Applications" +description: "The Service Fabric applications hosting the services within the {{% ctx %}} platform." weight: 300 --- diff --git a/content/en/docs/2025.1/Guides/cortex-interaction-portal/_index.md b/content/en/docs/2025.1/Guides/cortex-interaction-portal/_index.md index 797357f30..20cd67f36 100644 --- a/content/en/docs/2025.1/Guides/cortex-interaction-portal/_index.md +++ b/content/en/docs/2025.1/Guides/cortex-interaction-portal/_index.md @@ -1,10 +1,10 @@ --- title: "CORTEX Interaction Portal" linkTitle: "CORTEX Interaction Portal" -description: "A web application that provides Human-in-the-Loop capabilities to the {{% ctx %}} Innovation platform." +description: "A web application that provides Human-in-the-Loop capabilities to the {{% ctx %}} platform." weight: 400 --- -* {{< filelink src="/pdf/Cortex Interaction Portal User Guide.pdf" name="CORTEX Interaction Portal User Guide" >}} -* {{< filelink src="/pdf/Cortex Interaction Portal Developer Guide.pdf" name="CORTEX Interaction Portal Developer Guide" >}} -* {{< filelink src="/pdf/Cortex Interaction Portal Merging Guide.pdf" name="CORTEX Interaction Portal Merging Guide" >}} +* {{< filelink src="/pdf/CORTEX Interaction Portal - User Guide.pdf" name="CORTEX Interaction Portal User Guide" >}} +* {{< filelink src="/pdf/CORTEX Interaction Portal - Developer Guide.pdf" name="CORTEX Interaction Portal Developer Guide" >}} +* {{< filelink src="/pdf/CORTEX Interaction Portal - Merging Guide.pdf" name="CORTEX Interaction Portal Merging Guide" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md index 9a2d84988..1aa1743f9 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to perform the steps required before starting the upgrade of {{% ctx %}} Innovation. +This guide describes how to perform the steps required before starting the upgrade of {{% ctx %}}. ## Make Installation Artefacts Available on all Servers diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md index 70dc695eb..5642c08be 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md @@ -1,10 +1,10 @@ --- title: "Upgrade" linkTitle: "Upgrade" -description: "Instructions to upgrade {{% ctx %}} Innovation across multiple on-premise servers with high availability (HA)." +description: "Instructions to upgrade {{% ctx %}} across multiple on-premise servers with high availability (HA)." weight: 40 --- -This guide describes how to upgrade {{% ctx %}} Innovation. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. +This guide describes how to upgrade {{% ctx %}}. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. [PreUpgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.PreUpgrade" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md index e174c6a8d..e3018a9a0 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to perform the steps required before starting the upgrade of {{% ctx %}} Innovation. +This guide describes how to perform the steps required before starting the upgrade of {{% ctx %}}. ## Make Installation Artefacts Available diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md index 7fcc769b1..efb6dc1bf 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md @@ -1,10 +1,10 @@ --- title: "Upgrade" linkTitle: "Upgrade" -description: "Instructions to upgrade {{% ctx %}} Innovation on a single on-premise server without high availability (HA)." +description: "Instructions to upgrade {{% ctx %}} on a single on-premise server without high availability (HA)." weight: 40 --- -This guide describes how to upgrade {{% ctx %}} Innovation. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. +This guide describes how to upgrade {{% ctx %}}. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. [PreUpgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.PreUpgrade" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-observability/dashboards/Grafana/upgrade-dashboards.md b/content/en/docs/2025.1/Guides/upgrade-observability/dashboards/Grafana/upgrade-dashboards.md index 6f95386b5..0e376d0eb 100644 --- a/content/en/docs/2025.1/Guides/upgrade-observability/dashboards/Grafana/upgrade-dashboards.md +++ b/content/en/docs/2025.1/Guides/upgrade-observability/dashboards/Grafana/upgrade-dashboards.md @@ -11,7 +11,7 @@ This guide describes how to upgrade the default dashboards that are provided for ## Download the Default Dashboards -1. Download [Grafana.Dashboards.zip][] archive containing the {{% ctx %}} Innovation default dashboards. +1. Download [Grafana.Dashboards.zip][] archive containing the {{% ctx %}} default dashboards. 1. Extract the content of the downloaded archive to a suitable location. ## Import New Dashboards diff --git a/content/en/docs/2025.1/Reference/APIs/cortex-innovation/_index.md b/content/en/docs/2025.1/Reference/APIs/cortex-innovation/_index.md index d5185d02e..43e353e18 100644 --- a/content/en/docs/2025.1/Reference/APIs/cortex-innovation/_index.md +++ b/content/en/docs/2025.1/Reference/APIs/cortex-innovation/_index.md @@ -1,6 +1,6 @@ --- -title: "CORTEX Innovation" -linkTitle: "CORTEX Innovation" -description: "This section includes all reference documentation for the APIs exposed by the {{% ctx %}} Innovation platform." +title: "CORTEX Applications" +linkTitle: "CORTEX Applications" +description: "This section includes all reference documentation for the APIs exposed by the {{% ctx %}} platform." weight: 300 --- diff --git a/content/en/docs/2025.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2025.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index be5398111..cb3c1627f 100644 --- a/content/en/docs/2025.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2025.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -279,7 +279,7 @@ The flow being run is `ExampleFlow`. This flow sets the value of an [Output][] v
-This example will send this request to `https://server.domain.com:8722/api/default/default/flows/ExampleFlow/executions?packageName=ExamplePackage`, where `server.domain.com` is the FQDN of the server hosting an Innovation install. +This example will send this request to `https://server.domain.com:8722/api/default/default/flows/ExampleFlow/executions?packageName=ExamplePackage`, where `server.domain.com` is the FQDN of the server hosting a {{% ctx %}} install. #### Properties diff --git a/content/en/docs/2025.1/Reference/Blocks/logs/log-event/log-event-block.md b/content/en/docs/2025.1/Reference/Blocks/logs/log-event/log-event-block.md index 28f34a733..16cd51061 100644 --- a/content/en/docs/2025.1/Reference/Blocks/logs/log-event/log-event-block.md +++ b/content/en/docs/2025.1/Reference/Blocks/logs/log-event/log-event-block.md @@ -272,7 +272,7 @@ The exceptions thrown by the block can be found below: ### Configuring Logging -Log settings exist for the following {{% ctx %}} Innovation Services: +Log settings exist for the following {{% ctx %}} Services: | Service | Default File Location | Description | |----------------------------|---------------------------------------|------------------------------------------------------------------------------------------------------------------------| @@ -318,7 +318,7 @@ Please note that if the appsetting.json file cannot be found for one of the serv ### Anatomy of a Log -The format of the logs written by this block are the same as the logs written by the rest of the {{% ctx %}} Innovation Services. This is to ensure logging is consistent and done one way within {{% ctx %}}. Hopefully this will make it easier to work with logging, and also make it easier to gain a holistic picture into what has happened to a flow execution throughout its entire lifecycle (i.e. from initial request to returning the response to the caller), rather than just what happens inside of the flow. +The format of the logs written by this block are the same as the logs written by the rest of the {{% ctx %}} Services. This is to ensure logging is consistent and done one way within {{% ctx %}}. Hopefully this will make it easier to work with logging, and also make it easier to gain a holistic picture into what has happened to a flow execution throughout its entire lifecycle (i.e. from initial request to returning the response to the caller), rather than just what happens inside of the flow. An example log can be found below: @@ -469,7 +469,7 @@ A list of each of the log's properties and an accompanying description can be fo | `Event.Tags.Custom` | Contains custom tags generated by the automation solution running on the {{% ctx %}} platform. | | `Event.Tags.Custom.$type` | The .NET data type used to represent the custom tags data. This can be ignored and is an artefact of the underlying implementation. | | `Event.Tags.$type` | The .NET data type used to represent the tags data. This can be ignored and is an artefact of the underlying implementation. | -| `Event.Correlation` | Contains details that can be used to correlate related events. E.g. The act of starting a new flow execution may result in multiple {{% ctx %}} Innovation Services processing the event. As a result, each service may write its own logs, and additionally the flow developer may also write out multiple logs during the flow execution. The Correlation details allow all of these logs to easily be correlated back together when performing log analysis and reporting to gain a full picture of everything that happened. | +| `Event.Correlation` | Contains details that can be used to correlate related events. E.g. The act of starting a new flow execution may result in multiple {{% ctx %}} Services processing the event. As a result, each service may write its own logs, and additionally the flow developer may also write out multiple logs during the flow execution. The Correlation details allow all of these logs to easily be correlated back together when performing log analysis and reporting to gain a full picture of everything that happened. | | `Event.Correlation.TraceId` | ID common to all related logs, so they can be easily correlated together. | | `Event.Correlation.SpanId` | Unique ID for each log, so tools like [Grafana][] can display a call stack, showing each step that occurred when processing an event. | | `Event.Correlation.ParentSpanId` | The ID of the step that called this step of processing, so tools like [Grafana][] can display a call stack, showing each step that occurred when processing an event. | diff --git a/content/en/docs/2025.1/Reference/Concepts/_index.md b/content/en/docs/2025.1/Reference/Concepts/_index.md index 2319ae720..38ecb3d55 100644 --- a/content/en/docs/2025.1/Reference/Concepts/_index.md +++ b/content/en/docs/2025.1/Reference/Concepts/_index.md @@ -1,7 +1,7 @@ --- title: "Concepts" linkTitle: "Concepts" -description: "This section includes all reference documentation for concepts required to use {{% ctx %}} Innovation." +description: "This section includes all reference documentation for concepts required to use {{% ctx %}}." weight: 1 --- diff --git a/content/en/docs/2025.1/Reference/Concepts/fundamentals/_index.md b/content/en/docs/2025.1/Reference/Concepts/fundamentals/_index.md index 81a046242..ae9f93d86 100644 --- a/content/en/docs/2025.1/Reference/Concepts/fundamentals/_index.md +++ b/content/en/docs/2025.1/Reference/Concepts/fundamentals/_index.md @@ -1,6 +1,6 @@ --- title: "Fundamentals" linkTitle: "Fundamentals" -description: "Fundamental concepts when working with {{% ctx %}} Innovation." +description: "Fundamental concepts when working with {{% ctx %}}." weight: 1 --- diff --git a/content/en/docs/2025.1/Reference/Concepts/fundamentals/flows/calling-other-flows.md b/content/en/docs/2025.1/Reference/Concepts/fundamentals/flows/calling-other-flows.md index 4ac55ad3f..aefabfb8b 100644 --- a/content/en/docs/2025.1/Reference/Concepts/fundamentals/flows/calling-other-flows.md +++ b/content/en/docs/2025.1/Reference/Concepts/fundamentals/flows/calling-other-flows.md @@ -16,7 +16,7 @@ A [flow][] may trigger the execution of another [flow][]. A [flow][] can be called from another [flow][] in the following ways: - Using the [Run Flow][] block to trigger the execution of another flow directly -- Using the [Execute HTTP Request][] block to trigger a flow through the API Gateway service (this should only be used to call [flows][flow] published in a separate {{% ctx %}} Innovation platform) +- Using the [Execute HTTP Request][] block to trigger a flow through the API Gateway service (this should only be used to call [flows][flow] published in a separate {{% ctx %}} platform) ### Input Variables diff --git a/content/en/docs/2025.1/Reference/Concepts/working-with/_index.md b/content/en/docs/2025.1/Reference/Concepts/working-with/_index.md index 4a1c3132c..b63db12e4 100644 --- a/content/en/docs/2025.1/Reference/Concepts/working-with/_index.md +++ b/content/en/docs/2025.1/Reference/Concepts/working-with/_index.md @@ -1,7 +1,7 @@ --- title: "Working With..." linkTitle: "Working With..." -description: "This section includes all reference documentation for concepts required to use {{% ctx %}} Innovation." +description: "This section includes all reference documentation for concepts required to use {{% ctx %}}." weight: 2 --- diff --git a/content/en/docs/2025.1/Reference/_index.md b/content/en/docs/2025.1/Reference/_index.md index 403754f09..61834a82c 100644 --- a/content/en/docs/2025.1/Reference/_index.md +++ b/content/en/docs/2025.1/Reference/_index.md @@ -1,6 +1,6 @@ --- title: "Reference" linkTitle: "Reference" -description: "This section includes all reference documentation for the {{% ctx %}} Innovation platform." +description: "This section includes all reference documentation for the {{% ctx %}} platform." weight: 100 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/Reference/logs/_index.md b/content/en/docs/2025.1/Reference/logs/_index.md index a39e0d907..ac1da1a5b 100644 --- a/content/en/docs/2025.1/Reference/logs/_index.md +++ b/content/en/docs/2025.1/Reference/logs/_index.md @@ -1,6 +1,6 @@ --- title: "Logs" linkTitle: "Logs" -description: "This section includes all reference documentation for the logs generated by the {{% ctx %}} Innovation platform." +description: "This section includes all reference documentation for the logs generated by the {{% ctx %}} platform." weight: 10 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/Reference/logs/cortex-innovation/_index.md b/content/en/docs/2025.1/Reference/logs/cortex-innovation/_index.md index afecd0b81..04d499b5b 100644 --- a/content/en/docs/2025.1/Reference/logs/cortex-innovation/_index.md +++ b/content/en/docs/2025.1/Reference/logs/cortex-innovation/_index.md @@ -1,6 +1,6 @@ --- -title: "CORTEX Innovation" -linkTitle: "CORTEX Innovation" -description: "This section includes all reference documentation for the logs generated by the {{% ctx %}} Innovation platform." +title: "CORTEX" +linkTitle: "CORTEX" +description: "This section includes all reference documentation for the logs generated by the {{% ctx %}} platform." weight: 300 --- diff --git a/content/en/docs/2025.1/Reference/messages/_index.md b/content/en/docs/2025.1/Reference/messages/_index.md index ae112e0d4..fb26ee4e2 100644 --- a/content/en/docs/2025.1/Reference/messages/_index.md +++ b/content/en/docs/2025.1/Reference/messages/_index.md @@ -1,7 +1,7 @@ --- title: "Messages" linkTitle: "Messages" -description: "This section includes all reference documentation for messages generated by the {{% ctx %}} Innovation platform." +description: "This section includes all reference documentation for messages generated by the {{% ctx %}} platform." weight: 10 --- diff --git a/content/en/docs/2025.1/Reference/observability/_index.md b/content/en/docs/2025.1/Reference/observability/_index.md index 804cf9d57..4034a4bdd 100644 --- a/content/en/docs/2025.1/Reference/observability/_index.md +++ b/content/en/docs/2025.1/Reference/observability/_index.md @@ -1,6 +1,6 @@ --- title: "Observability" linkTitle: "Observability" -description: "This section includes all reference documentation for the Observability platform for {{% ctx %}} Innovation." +description: "This section includes all reference documentation for the Observability platform for {{% ctx %}}." weight: 10 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/Reference/observability/grafana/_index.md b/content/en/docs/2025.1/Reference/observability/grafana/_index.md index a4fd22ff7..1990faf94 100644 --- a/content/en/docs/2025.1/Reference/observability/grafana/_index.md +++ b/content/en/docs/2025.1/Reference/observability/grafana/_index.md @@ -1,6 +1,6 @@ --- title: "Grafana" linkTitle: "Grafana" -description: "This section includes all reference documentation for the Grafana Observability platform for {{% ctx %}} Innovation." +description: "This section includes all reference documentation for the Grafana Observability platform for {{% ctx %}}." weight: 10 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/Reference/observability/grafana/dashboards/_index.md b/content/en/docs/2025.1/Reference/observability/grafana/dashboards/_index.md index f228671eb..5248b9ee2 100644 --- a/content/en/docs/2025.1/Reference/observability/grafana/dashboards/_index.md +++ b/content/en/docs/2025.1/Reference/observability/grafana/dashboards/_index.md @@ -1,6 +1,6 @@ --- title: "Dashboards" linkTitle: "Dashboards" -description: "This section includes all reference documentation for the {{% ctx %}} Innovation default set of Grafana dashboards." +description: "This section includes all reference documentation for the {{% ctx %}} default set of Grafana dashboards." weight: 10 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/Reference/observability/grafana/dashboards/flow-execution-requests.md b/content/en/docs/2025.1/Reference/observability/grafana/dashboards/flow-execution-requests.md index a2811746b..87e3462d2 100644 --- a/content/en/docs/2025.1/Reference/observability/grafana/dashboards/flow-execution-requests.md +++ b/content/en/docs/2025.1/Reference/observability/grafana/dashboards/flow-execution-requests.md @@ -9,7 +9,7 @@ weight: 10 ## Description -This dashboard provides the information required to analyse the flow execution requests within the {{% ctx %}} Innovation platform. It will display data based on the [Time Range][] that has been specified. +This dashboard provides the information required to analyse the flow execution requests within the {{% ctx %}} platform. It will display data based on the [Time Range][] that has been specified. At the top of the page there is a dashboard description. This provides information about what the dashboard is reporting and what each of the filters are. The description is always collapsed by default. diff --git a/content/en/docs/2025.1/Reference/observability/grafana/dashboards/platform-health.md b/content/en/docs/2025.1/Reference/observability/grafana/dashboards/platform-health.md index 758b4e4b4..58cfded21 100644 --- a/content/en/docs/2025.1/Reference/observability/grafana/dashboards/platform-health.md +++ b/content/en/docs/2025.1/Reference/observability/grafana/dashboards/platform-health.md @@ -9,7 +9,7 @@ weight: 20 ## Description -This dashboard provides the information required to analyse the health of the {{% ctx %}} Innovation platform. It will display data based on the [Time Range][] that has been specified. +This dashboard provides the information required to analyse the health of the {{% ctx %}} platform. It will display data based on the [Time Range][] that has been specified. At the top of the page there is a dashboard description. This provides information about what the dashboard is reporting and what each of the filters are. The description is always collapsed by default. @@ -118,13 +118,13 @@ This tile displays the mean duration for requests during the specified [time ran ## Availability Section -This section displays the availability of the {{% ctx %}} Innovation platform and consists of 1 panel. +This section displays the availability of the {{% ctx %}} platform and consists of 1 panel. {{< figure src="/images/editable/Platform Health - Availability.png">}} ### Availability -This graph displays the availability of the {{% ctx %}} Innovation Platform during the specified [time range][] by calculating successful requests / total requests. Successful requests are all requests that do not result in an unknown or 5xx HTTP response. 4xx responses are considered successful in this scenario. +This graph displays the availability of the {{% ctx %}} Platform during the specified [time range][] by calculating successful requests / total requests. Successful requests are all requests that do not result in an unknown or 5xx HTTP response. 4xx responses are considered successful in this scenario. Each data point value is calculated by aggregating requests based on the Interval filter. If there is no data for the previous interval, the line will be [broken](#breaks-in-graph-lines) as the availability is not known at the time. @@ -140,7 +140,7 @@ This graph is configured to start the availability axis at 80%. However, if the ## Requests Section -This section provides information regarding the history of the requests processed by the {{% ctx %}} Innovation platform for the specified [time range][] and consists of 2 panels. +This section provides information regarding the history of the requests processed by the {{% ctx %}} platform for the specified [time range][] and consists of 2 panels. {{< figure src="/images/editable/Platform Health - Requests.png">}} diff --git a/content/en/docs/2025.1/Reference/troubleshooting/installation.md b/content/en/docs/2025.1/Reference/troubleshooting/installation.md index 4312fb2d1..159021dbc 100644 --- a/content/en/docs/2025.1/Reference/troubleshooting/installation.md +++ b/content/en/docs/2025.1/Reference/troubleshooting/installation.md @@ -1,7 +1,7 @@ --- title: "Installation" linkTitle: "Installation" -description: "Information on troubleshooting {{% ctx %}} Innovation installations." +description: "Information on troubleshooting {{% ctx %}} installations." --- # {{% param title %}} @@ -161,11 +161,11 @@ To work around this error, either uninstall the platform and reinstall it using ## Troubleshooting issues after installation {#ts-after-installation} -### {{% ctx %}} Innovation features not visible in {{% ctx %}} Gateway {#ts-no-innovation} +### {{% ctx %}} features not visible in {{% ctx %}} Gateway {#ts-no-innovation} Check that the `Feature Flags` Guid in the `CortexGateway.SetParameters.xml` file used for installing {{% ctx %}} Gateway is correct. If it is not, update it and reinstall {{% ctx %}} Gateway or update the value in the `web.config` file and restart the website. If the value is correct, please contact [{{% ctx %}} Service Portal][CORTEX Service Portal] for assistance. -### {{% ctx %}} Innovation blocks not visible in {{% ctx %}} Studio {#ts-no-blocks} +### {{% ctx %}} blocks not visible in {{% ctx %}} Studio {#ts-no-blocks} #### Application Pool user does not have Modify rights to the Roaming folder @@ -268,7 +268,7 @@ If no solution can be found, please contact [{{% ctx %}} Service Portal][CORTEX ### Managing RabbitMQ -There may be times when the logs provided by {{% ctx %}} Innovation Services and the errors displayed in Service Fabric Explorer are not enough to debug an issue that is occurring on the system. This can be due to RabbitMQ being a state where it can’t send messages between services. +There may be times when the logs provided by {{% ctx %}} Services and the errors displayed in Service Fabric Explorer are not enough to debug an issue that is occurring on the system. This can be due to RabbitMQ being a state where it can’t send messages between services. To check that RabbitMQ is working as expected, remote desktop to an Application Server and navigate to `https://app-server1.domain.com:15671`, replacing `app-server1.domain.com` with the FQDN of one of the Application Servers. Sign in with username 'administrator' and the RabbitMQ password provided during the Application Server installation. The following should be displayed in the overview tab for a healthy cluster: diff --git a/content/en/docs/2025.1/Reference/troubleshooting/upgrade.md b/content/en/docs/2025.1/Reference/troubleshooting/upgrade.md index f786fc773..017fa087e 100644 --- a/content/en/docs/2025.1/Reference/troubleshooting/upgrade.md +++ b/content/en/docs/2025.1/Reference/troubleshooting/upgrade.md @@ -1,7 +1,7 @@ --- title: "Upgrade" linkTitle: "Upgrade" -description: "Information on troubleshooting {{% ctx %}} Innovation upgrades." +description: "Information on troubleshooting {{% ctx %}} upgrades." --- # {{% param title %}} diff --git a/content/en/docs/2025.1/Tutorials/Administration/_index.md b/content/en/docs/2025.1/Tutorials/Administration/_index.md index c3a313be9..a07d3f026 100644 --- a/content/en/docs/2025.1/Tutorials/Administration/_index.md +++ b/content/en/docs/2025.1/Tutorials/Administration/_index.md @@ -1,7 +1,7 @@ --- title: "Administration" linkTitle: "Administration" -description: "This section includes tutorials about administering the {{% ctx %}} Innovation platform." +description: "This section includes tutorials about administering the {{% ctx %}} platform." weight: 40 --- diff --git a/content/en/docs/2025.1/Tutorials/Development/_index.md b/content/en/docs/2025.1/Tutorials/Development/_index.md index 4b9c22d5f..2deb472a3 100644 --- a/content/en/docs/2025.1/Tutorials/Development/_index.md +++ b/content/en/docs/2025.1/Tutorials/Development/_index.md @@ -1,7 +1,7 @@ --- title: "Development" linkTitle: "Development" -description: "This section includes tutorials about developing automation using the {{% ctx %}} Innovation platform." +description: "This section includes tutorials about developing automation using the {{% ctx %}} platform." weight: 30 --- diff --git a/content/en/docs/2025.1/Tutorials/Installation/_index.md b/content/en/docs/2025.1/Tutorials/Installation/_index.md index bbda3ebf6..3ba2a4769 100644 --- a/content/en/docs/2025.1/Tutorials/Installation/_index.md +++ b/content/en/docs/2025.1/Tutorials/Installation/_index.md @@ -1,7 +1,7 @@ --- title: "Installation" linkTitle: "Installation" -description: "This section includes tutorials about installing the {{% ctx %}} Innovation platform." +description: "This section includes tutorials about installing the {{% ctx %}} platform." weight: 10 --- diff --git a/content/en/docs/2025.1/Tutorials/Setup/_index.md b/content/en/docs/2025.1/Tutorials/Setup/_index.md index 8ddd1ba59..230d4cef6 100644 --- a/content/en/docs/2025.1/Tutorials/Setup/_index.md +++ b/content/en/docs/2025.1/Tutorials/Setup/_index.md @@ -1,7 +1,7 @@ --- title: "Setup" linkTitle: "Setup" -description: "This section includes tutorials about post-installation setup of the {{% ctx %}} Innovation platform." +description: "This section includes tutorials about post-installation setup of the {{% ctx %}} platform." weight: 20 --- diff --git a/content/en/docs/2025.1/Tutorials/Troubleshooting/_index.md b/content/en/docs/2025.1/Tutorials/Troubleshooting/_index.md index d7120fa05..fc8b26cf4 100644 --- a/content/en/docs/2025.1/Tutorials/Troubleshooting/_index.md +++ b/content/en/docs/2025.1/Tutorials/Troubleshooting/_index.md @@ -1,7 +1,7 @@ --- title: "Troubleshooting" linkTitle: "Troubleshooting" -description: "This section includes tutorials about troubleshooting the {{% ctx %}} Innovation platform." +description: "This section includes tutorials about troubleshooting the {{% ctx %}} platform." weight: 50 --- diff --git a/content/en/docs/2025.1/Tutorials/_index.md b/content/en/docs/2025.1/Tutorials/_index.md index 03d694711..78936e8ff 100644 --- a/content/en/docs/2025.1/Tutorials/_index.md +++ b/content/en/docs/2025.1/Tutorials/_index.md @@ -1,6 +1,6 @@ --- title: "Tutorials" linkTitle: "Tutorials" -description: "This section includes all tutorials for the {{% ctx %}} Innovation platform." +description: "This section includes all tutorials for the {{% ctx %}} platform." weight: 10 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/multi-server.md b/content/en/docs/2025.1/_shared/architecture/components/multi-server.md index 7a5ab0162..aee3ef12f 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/multi-server.md +++ b/content/en/docs/2025.1/_shared/architecture/components/multi-server.md @@ -2,7 +2,7 @@ |--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|-----------------------------|--------------------------------------------| | [{{% ctx %}} Gateway][Gateway Guide] | {{< section "/architecture/components/purpose/cortex-gateway.md" >}} | Required | Web Application Server | | [{{% ctx %}} Studio][Studio Guide] | {{< section "/architecture/components/purpose/cortex-studio.md" >}} | Required | Web Application Server | -| [{{% ctx %}} Innovation Core Application][Innovation Core Application] | {{< section "/architecture/components/purpose/cortex-innovation-core-application.md" >}} | Required | Application Server | +| [{{% ctx %}} Core Application][Core Application] | {{< section "/architecture/components/purpose/cortex-innovation-core-application.md" >}} | Required | Application Server | |     > [API Gateway Service][API Gateway Service] | {{< section "/architecture/components/purpose/api-gateway-service.md" >}} | - | - | |     > [Authorisation Service][Authorisation Service] | {{< section "/architecture/components/purpose/authorisation-service.md" >}} | - | - | |     > [Concurrency Management Service][Concurrency Management Service] | {{< section "/architecture/components/purpose/concurrency-management-service.md" >}} | - | - | @@ -16,7 +16,7 @@ |     > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - | |     > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - | |     > [Triggers Service][Triggers Service] | {{< section "/architecture/components/purpose/triggers-service.md" >}} | - | - | -| [{{% ctx %}} Innovation Execution Application][Innovation Execution Application] | {{< section "/architecture/components/purpose/cortex-innovation-execution-application.md" >}} | Required | Application Server | +| [{{% ctx %}} Execution Application][Execution Application] | {{< section "/architecture/components/purpose/cortex-innovation-execution-application.md" >}} | Required | Application Server | |     > [Execution Service][Execution Service] | {{< section "/architecture/components/purpose/execution-service.md" >}} | - | - | | {{% ctx %}} Block Packages | {{< section "/architecture/components/purpose/cortex-block-packages.md" >}} | Required | Web Application Server, Application Server | | [Microsoft Service Fabric][] | {{< section "/architecture/components/purpose/ms-service-fabric.md" >}} | Required | Application Server | @@ -27,8 +27,8 @@ | [gobetween][] | {{< section "/architecture/components/purpose/gobetween.md" >}} | Required | Load Balancer | | [NSSM][] | {{< section "/architecture/components/purpose/nssm.md" >}} | Required | Load Balancer | -[Innovation Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" >}} -[Innovation Execution Application]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.MainDoc" >}} +[Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" >}} +[Execution Application]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.MainDoc" >}} [API Gateway Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ApiGatewayService.MainDoc" >}} [Authorisation Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.AuthorisationService.MainDoc" >}} diff --git a/content/en/docs/2025.1/_shared/architecture/components/node-details.md b/content/en/docs/2025.1/_shared/architecture/components/node-details.md index 368ebcd10..dcfe1790e 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/node-details.md +++ b/content/en/docs/2025.1/_shared/architecture/components/node-details.md @@ -1,3 +1,3 @@ Where a node contains the following: -{{< figure src="/images/editable/Cortex Innovation Node Details.png" class="centre" title="Node details" >}} \ No newline at end of file +{{< figure src="/images/editable/CORTEX Node Details.png" class="centre" title="Node details" >}} \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/api-gateway-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/api-gateway-service.md index 6dd993c28..f3676f4f2 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/api-gateway-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/api-gateway-service.md @@ -1 +1 @@ -Application Service that routes client requests to the correct distributed {{% ctx %}} Innovation services. \ No newline at end of file +Application Service that routes client requests to the correct distributed {{% ctx %}} services. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/concurrency-management-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/concurrency-management-service.md index 1eda9fba5..53ddecd9c 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/concurrency-management-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/concurrency-management-service.md @@ -1 +1 @@ -Application Service that stores and manages concurrent access to resources used by executions within the Innovation platform. \ No newline at end of file +Application Service that stores and manages concurrent access to resources used by executions within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/configuration-management-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/configuration-management-service.md index a30ef1f04..746d9810f 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/configuration-management-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/configuration-management-service.md @@ -1 +1 @@ -Application Service that stores and distributes configuration data to services within the Innovation platform. \ No newline at end of file +Application Service that stores and distributes configuration data to services within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-core-application.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-core-application.md index 61d36e55e..071695d8d 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-core-application.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-core-application.md @@ -1 +1 @@ -The Service Fabric application that is hosting the core services required by {{% ctx %}} Innovation. \ No newline at end of file +The Service Fabric application that is hosting the core services within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-execution-application.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-execution-application.md index 5a72f451a..c8f59e652 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-execution-application.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/cortex-innovation-execution-application.md @@ -1 +1 @@ -The Service Fabric application that is hosting the services executing {{% ctx %}} Innovation automation flows. \ No newline at end of file +The Service Fabric application that is hosting the services executing {{% ctx %}} automation flows. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/data-storage-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/data-storage-service.md index 71006dac1..2396987eb 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/data-storage-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/data-storage-service.md @@ -1 +1 @@ -Application Service that can be used to store and retrieve data for executions within in the Innovation platform. \ No newline at end of file +Application Service that can be used to store and retrieve data for executions within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/execution-management-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/execution-management-service.md index 6301f12db..d219e687c 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/execution-management-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/execution-management-service.md @@ -1 +1 @@ -Application Service that stores information related to executions currently running within the Innovation platform. \ No newline at end of file +Application Service that stores information related to executions currently running within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/gobetween.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/gobetween.md index 729d4e358..98f7b1108 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/gobetween.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/gobetween.md @@ -1 +1 @@ -L4 load balancer and reverse proxy used to load balance requests between clustered instances of {{% ctx %}} Innovation services. \ No newline at end of file +L4 load balancer and reverse proxy used to load balance requests between clustered instances of {{% ctx %}} services. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/licence-management-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/licence-management-service.md index 5a9f8cd5b..cfe63527b 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/licence-management-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/licence-management-service.md @@ -1 +1 @@ -Application Service that validates and distributes licences to services within the Innovation platform. \ No newline at end of file +Application Service that validates and distributes licences to services within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/ms-service-fabric.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/ms-service-fabric.md index ad370fe37..5400fba0d 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/ms-service-fabric.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/ms-service-fabric.md @@ -1 +1 @@ -Distributed systems platform that hosts the {{% ctx %}} Innovation services where automation solutions are deployed to; provides scalable, reliable and manageable enterprise-grade High Availability (HA) using clustering. \ No newline at end of file +Distributed systems platform that hosts the {{% ctx %}} services where automation solutions are deployed to; provides scalable, reliable and manageable enterprise-grade High Availability (HA) using clustering. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/particular-nservicebus.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/particular-nservicebus.md index dbc0f9641..017359928 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/particular-nservicebus.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/particular-nservicebus.md @@ -1 +1 @@ -Messaging platform enabling scalable, reliable and flexible asynchronous messaging between distributed {{% ctx %}} Innovation services. \ No newline at end of file +Messaging platform enabling scalable, reliable and flexible asynchronous messaging between distributed {{% ctx %}} services. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/pivotal-rabbitmq.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/pivotal-rabbitmq.md index b7bfe9a74..857b27529 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/pivotal-rabbitmq.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/pivotal-rabbitmq.md @@ -1 +1 @@ -Message broker used by the NServiceBus messaging platform to transport messages asynchronously between distributed {{% ctx %}} Innovation services using publish/subscribe mechanism. \ No newline at end of file +Message broker used by the NServiceBus messaging platform to transport messages asynchronously between distributed {{% ctx %}} services using publish/subscribe mechanism. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/scheduling-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/scheduling-service.md index 7bb7e0508..7cd8d4ffe 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/scheduling-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/scheduling-service.md @@ -1 +1 @@ -Application Service that can be used to schedule executions within the Innovation platform. \ No newline at end of file +Application Service that can be used to schedule executions within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/purpose/triggers-service.md b/content/en/docs/2025.1/_shared/architecture/components/purpose/triggers-service.md index bcf48f29e..1b6c1b038 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/purpose/triggers-service.md +++ b/content/en/docs/2025.1/_shared/architecture/components/purpose/triggers-service.md @@ -1 +1 @@ -Application Service that handles automatically triggering executions within the Innovation platform. \ No newline at end of file +Application Service that handles automatically triggering executions within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/architecture/components/single-server.md b/content/en/docs/2025.1/_shared/architecture/components/single-server.md index 235f3613a..ff7dc1495 100644 --- a/content/en/docs/2025.1/_shared/architecture/components/single-server.md +++ b/content/en/docs/2025.1/_shared/architecture/components/single-server.md @@ -2,7 +2,7 @@ |--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|-----------------------------|--------------------------------------------| | [{{% ctx %}} Gateway][Gateway Guide] | {{< section "/architecture/components/purpose/cortex-gateway.md">}} | Required | Web Application Server | | [{{% ctx %}} Studio][Studio Guide] | {{< section "/architecture/components/purpose/cortex-studio.md" >}} | Required | Web Application Server | -| [{{% ctx %}} Innovation Core Application][Innovation Core Application] | {{< section "/architecture/components/purpose/cortex-innovation-core-application.md" >}} | Required | Application Server | +| [{{% ctx %}} Core Application][Core Application] | {{< section "/architecture/components/purpose/cortex-innovation-core-application.md" >}} | Required | Application Server | |     > [API Gateway Service][API Gateway Service] | {{< section "/architecture/components/purpose/api-gateway-service.md" >}} | - | - | |     > [Authorisation Service][Authorisation Service] | {{< section "/architecture/components/purpose/authorisation-service.md" >}} | - | - | |     > [Concurrency Management Service][Concurrency Management Service] | {{< section "/architecture/components/purpose/concurrency-management-service.md" >}} | - | - | @@ -16,7 +16,7 @@ |     > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - | |     > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - | |     > [Triggers Service][Triggers Service] | {{< section "/architecture/components/purpose/triggers-service.md" >}} | - | - | -| [{{% ctx %}} Innovation Execution Application][Innovation Execution Application] | {{< section "/architecture/components/purpose/cortex-innovation-execution-application.md" >}} | Required | Application Server | +| [{{% ctx %}} Execution Application][Execution Application] | {{< section "/architecture/components/purpose/cortex-innovation-execution-application.md" >}} | Required | Application Server | |     > [Execution Service][Execution Service] | {{< section "/architecture/components/purpose/execution-service.md" >}} | - | - | | {{% ctx %}} Block Packages | {{< section "/architecture/components/purpose/cortex-block-packages.md" >}} | Required | Web Application Server, Application Server | | [Microsoft Service Fabric][] | {{< section "/architecture/components/purpose/ms-service-fabric.md" >}} | Required | Application Server | @@ -25,8 +25,8 @@ | [Pivotal RabbitMQ][] | {{< section "/architecture/components/purpose/pivotal-rabbitmq.md" >}} | Required | Application Server | | [Erlang OTP][] | {{< section "/architecture/components/purpose/erlang-otp.md" >}} | Required | Application Server | -[Innovation Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" >}} -[Innovation Execution Application]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.MainDoc" >}} +[Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" >}} +[Execution Application]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.MainDoc" >}} [API Gateway Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ApiGatewayService.MainDoc" >}} [Authorisation Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.AuthorisationService.MainDoc" >}} diff --git a/content/en/docs/2025.1/_shared/install-application-server/single-server/add-innovation-to-7.2/configure-installation-script.md b/content/en/docs/2025.1/_shared/install-application-server/single-server/add-innovation-to-7.2/configure-installation-script.md index dde0ecdb5..7a039b654 100644 --- a/content/en/docs/2025.1/_shared/install-application-server/single-server/add-innovation-to-7.2/configure-installation-script.md +++ b/content/en/docs/2025.1/_shared/install-application-server/single-server/add-innovation-to-7.2/configure-installation-script.md @@ -45,7 +45,7 @@ {{< /tab >}} {{< /tabpane >}} - {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} v7.2 installed.{{% /alert %}} + {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} 7 installed.{{% /alert %}} | Name | Description | |----------------------------------------------|-------------| diff --git a/content/en/docs/2025.1/_shared/install-application-server/single-server/run-installation-script.md b/content/en/docs/2025.1/_shared/install-application-server/single-server/run-installation-script.md index b698abff0..2d9232b23 100644 --- a/content/en/docs/2025.1/_shared/install-application-server/single-server/run-installation-script.md +++ b/content/en/docs/2025.1/_shared/install-application-server/single-server/run-installation-script.md @@ -7,7 +7,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install HA Services and the required infrastructure. diff --git a/content/en/docs/2025.1/_shared/install-application-server/single-server/test-installation-script.md b/content/en/docs/2025.1/_shared/install-application-server/single-server/test-installation-script.md index 36ae69a3a..ad1b64798 100644 --- a/content/en/docs/2025.1/_shared/install-application-server/single-server/test-installation-script.md +++ b/content/en/docs/2025.1/_shared/install-application-server/single-server/test-installation-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -WhatIf -AcceptEULA + .\.ps1 -WhatIf -AcceptEULA ``` 1. Run the PowerShell command to test the installation script. diff --git a/content/en/docs/2025.1/_shared/install-web-application-server/add-innovation-to-7.2/configure-debugger-installation-script.md b/content/en/docs/2025.1/_shared/install-web-application-server/add-innovation-to-7.2/configure-debugger-installation-script.md index 4b9a34ef1..f288ba84d 100644 --- a/content/en/docs/2025.1/_shared/install-web-application-server/add-innovation-to-7.2/configure-debugger-installation-script.md +++ b/content/en/docs/2025.1/_shared/install-web-application-server/add-innovation-to-7.2/configure-debugger-installation-script.md @@ -45,7 +45,7 @@ {{< /tab >}} {{< /tabpane >}} - {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} v7.2 installed.{{% /alert %}} + {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} 7 installed.{{% /alert %}} | Name | Description | |----------------------------------------------|-------------| diff --git a/content/en/docs/2025.1/_shared/port-requirements/description/api-gateway.md b/content/en/docs/2025.1/_shared/port-requirements/description/api-gateway.md index 4079cb037..057d13400 100644 --- a/content/en/docs/2025.1/_shared/port-requirements/description/api-gateway.md +++ b/content/en/docs/2025.1/_shared/port-requirements/description/api-gateway.md @@ -1 +1 @@ -The port providing an entry into the API Gateway service. This is used by {{% ctx %}} Gateway to communicate with the {{% ctx %}} Innovation platform services. **If this is changed then it will be necessary to use the updated value in the** **"****Service Fabric Api Gateway Endpoint****" parameter of SetParameters.xml when configuring {{% ctx %}} Gateway later in this document.** \ No newline at end of file +The port providing an entry into the API Gateway service. This is used by {{% ctx %}} Gateway to communicate with the {{% ctx %}} platform services. **If this is changed then it will be necessary to use the updated value in the** **"****Service Fabric Api Gateway Endpoint****" parameter of SetParameters.xml when configuring {{% ctx %}} Gateway later in this document.** \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/port-requirements/description/listeners.md b/content/en/docs/2025.1/_shared/port-requirements/description/listeners.md index 30217bf81..210fc9d51 100644 --- a/content/en/docs/2025.1/_shared/port-requirements/description/listeners.md +++ b/content/en/docs/2025.1/_shared/port-requirements/description/listeners.md @@ -1 +1 @@ -The ports providing an entry to receive Flow API Proxy requests and SNMP traps to trigger executions within the Innovation platform. \ No newline at end of file +The ports providing an entry to receive Flow API Proxy requests and SNMP traps to trigger executions within the {{% ctx %}} platform. \ No newline at end of file diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/multi-server/run-upgrade-script.md index 3ef4f1378..f9d32f08f 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/multi-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/multi-server/run-upgrade-script.md @@ -15,7 +15,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the HA Services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/single-server/run-upgrade-script.md index 34ebf7cc0..aeed1b0f1 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/single-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-application-server/single-server/run-upgrade-script.md @@ -15,7 +15,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the application services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-web-application-server/run-gateway-script.md index a56eac74e..00db4bbf3 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-web-application-server/run-gateway-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.11/upgrade-web-application-server/run-gateway-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/multi-server/run-upgrade-script.md index 3e6c71548..b5bbc291d 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/multi-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/multi-server/run-upgrade-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the HA Services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/single-server/run-upgrade-script.md index 060ee1621..0ddbc0fba 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/single-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-application-server/single-server/run-upgrade-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the application services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-web-application-server/run-gateway-script.md index 73fbdc322..be236f572 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-web-application-server/run-gateway-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.3/upgrade-web-application-server/run-gateway-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/multi-server/run-upgrade-script.md index 5771f669c..1958c8935 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/multi-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/multi-server/run-upgrade-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the HA Services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/single-server/run-upgrade-script.md index b1eb1a11c..6f50af486 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/single-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-application-server/single-server/run-upgrade-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the application services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-web-application-server/run-gateway-script.md index c627e6c97..7d036de3e 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-web-application-server/run-gateway-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.5/upgrade-web-application-server/run-gateway-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/multi-server/run-upgrade-script.md index 25682b1aa..f525b0aed 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/multi-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/multi-server/run-upgrade-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the HA Services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/single-server/run-upgrade-script.md index 465b4b14a..ad6dc1624 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/single-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-application-server/single-server/run-upgrade-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the application services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-web-application-server/run-gateway-script.md index dc5cea551..abf061b3e 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-web-application-server/run-gateway-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.7/upgrade-web-application-server/run-gateway-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md index 1e4d54d40..bc0b86521 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md @@ -15,7 +15,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the HA Services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md index d1342b54c..daedfe976 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md @@ -15,7 +15,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the application services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md index d30893b60..6b8561586 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md index a6761e715..099d76dc3 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md @@ -15,7 +15,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the HA Services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md index 0f5968e02..6456327d9 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md @@ -15,7 +15,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade the application services and required infrastructure. diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md index 3bc358536..94c7ceb57 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md @@ -14,7 +14,7 @@ 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-debugging-flows.md b/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-debugging-flows.md index ecb150921..a35c314be 100644 --- a/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-debugging-flows.md +++ b/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-debugging-flows.md @@ -6,7 +6,7 @@ Test the platform by creating a new flow and executing it using the following st 1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][] for more information. 1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. 1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][]. A list of block palettes should be displayed down the left hand side: - {{< figure src="../../2025.1/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} + {{< figure src="../../2025.1/images/CORTEX Flow View.PNG" title="New Flow - Number of palettes may differ" >}} 1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks. 1. Click the `Set Variable` block to open the Property Editor. 1. Set the `Value` property to the expression `DateTimeOffset.Now`. diff --git a/content/en/docs/2025.1/getting-started/_index.md b/content/en/docs/2025.1/getting-started/_index.md index 8f09b4077..d379241a6 100644 --- a/content/en/docs/2025.1/getting-started/_index.md +++ b/content/en/docs/2025.1/getting-started/_index.md @@ -1,6 +1,6 @@ --- title: "Getting Started" linkTitle: "Getting Started" -description: "Get up and running with the {{% ctx %}} Innovation platform in minutes." +description: "Get up and running with the {{% ctx %}} platform in minutes." weight: 3 --- diff --git a/content/en/docs/2025.1/getting-started/cloud/_index.md b/content/en/docs/2025.1/getting-started/cloud/_index.md index 2dd8742d9..bc30ffe0e 100644 --- a/content/en/docs/2025.1/getting-started/cloud/_index.md +++ b/content/en/docs/2025.1/getting-started/cloud/_index.md @@ -1,5 +1,5 @@ --- title: "Set up in the Cloud" linkTitle: "Set up in the Cloud" -description: "Information about setting up observability in the cloud for a {{% ctx %}} Innovation platform." +description: "Information about setting up observability in the cloud for a {{% ctx %}} platform." --- \ No newline at end of file diff --git a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/_index.md b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/_index.md index e1be36f75..bc7e68a57 100644 --- a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/_index.md +++ b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/_index.md @@ -1,7 +1,7 @@ --- title: "Grafana Cloud" linkTitle: "Grafana Cloud" -description: "Information about adding Grafana Cloud to Innovation, including details about components, supported architectures, prerequisites, installation and configuration instructions." +description: "Information about adding Grafana Cloud to {{% ctx %}}, including details about components, supported architectures, prerequisites, installation and configuration instructions." weight: 10 --- diff --git a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/architecture.md b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/architecture.md index defbacd0e..6c2b36499 100644 --- a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/architecture.md +++ b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/architecture.md @@ -13,7 +13,7 @@ weight: 10 |-----------|---------|----------|------------| | [Grafana][] | Web application that provides querying and visualisation of data in the form of dashboards. | Required | Grafana Cloud managed service | | [Grafana Loki][Grafana Loki] | Log aggregation system designed to store and query logs from applications and infrastructure. | Required | Grafana Cloud managed service | -| [Promtail][] | An agent which ships the contents of local logs to a Grafana Loki instance. It should be deployed to every machine that has a Microsoft Service Fabric node used by Innovation. | Required | Application Server | +| [Promtail][] | An agent which ships the contents of local logs to a Grafana Loki instance. It should be deployed to every machine that has a Microsoft Service Fabric node used by {{% ctx %}}. | Required | Application Server | ## Recommended Architecture diff --git a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/import-dashboards.md b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/import-dashboards.md index 89bbb133e..9a481bc26 100644 --- a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/import-dashboards.md +++ b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/import-dashboards.md @@ -7,13 +7,13 @@ weight: 60 # {{% param title %}} -This guide describes where to get the default {{% ctx %}} Innovation Dashboards from and how to import them for use in Grafana Cloud. +This guide describes where to get the default {{% ctx %}} Dashboards from and how to import them for use in Grafana Cloud. Please ensure that the set up for [Grafana][] and [Loki][] have been completed before starting this section. -## Download the {{% ctx %}} Innovation Default Dashboards +## Download the {{% ctx %}} Default Dashboards -1. Download [Grafana.Dashboards.zip] archive containing the {{% ctx %}} Innovation default dashboards. +1. Download [Grafana.Dashboards.zip] archive containing the {{% ctx %}} default dashboards. 1. Extract the content of the downloaded archive to a suitable location. ## Create Folder for Dashboards @@ -35,7 +35,7 @@ Please ensure that the set up for [Grafana][] and [Loki][] have been completed b 1. Locate the `Flow Execution Requests.json` file extracted from the downloaded `Grafana.Dashboards.zip`. 1. Select the file and click *Open*. 1. Select the folder in Grafana you wish the dashboard to be saved in, e.g. *Cortex*. -1. Select your [configured Loki data source][] from the dropdown menu, e.g. *grafanacloud-cortexinnovation-logs*. +1. Select your [configured Loki data source][] from the dropdown menu, e.g. *grafanacloud-cortex-logs*. 1. Click *Import*. 1. Repeat steps 2 - 10 for the `Platform Health.json` file. @@ -43,7 +43,7 @@ Please ensure that the set up for [Grafana][] and [Loki][] have been completed b It is necessary to update the Custom Filter inside the dashboards to use the correct data source. -To do this, follow these steps for all default {{% ctx %}} Innovation dashboards imported: +To do this, follow these steps for all default {{% ctx %}} dashboards imported: 1. Log in to Grafana Cloud with a user that has the *Admin* role. 1. To open a dashboard: @@ -54,7 +54,7 @@ To do this, follow these steps for all default {{% ctx %}} Innovation dashboards 1. Open the *Dashboard settings* menu via the cog icon in the top right-hand side of the dashboard. 1. Click *Variables* from the top menu of the *Settings* page. 1. Click *CustomFilter* in the *Variables* list. -1. Select your [configured Loki data source][] in the *Adhoc Options* > *Data source* drop-down menu, e.g. *grafanacloud-cortexinnovation-logs*. +1. Select your [configured Loki data source][] in the *Adhoc Options* > *Data source* drop-down menu, e.g. *grafanacloud-cortex-logs*. 1. Click *Apply*. 1. Click the dashboard name in the breadcrumb at the top left corner of the page to go back to the dashboard. 1. Click the + icon next to the Custom Filter to confirm that a list of available filter options is visible. If Grafana Loki has not received any logs from Promtail there will be no options available for selection. diff --git a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/prerequisites.md b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/prerequisites.md index 9f5965e90..76e8f4072 100644 --- a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/prerequisites.md +++ b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/prerequisites.md @@ -10,7 +10,7 @@ The prerequisites required for each server role (as described in [Architecture][ ## Hardware Requirements -The application servers (as described in {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.Architecture" title="Architecture" >}}) to which Promtail will be added have already been installed as part of the Innovation install process and do not require any hardware modifications for the observability platform installation. +The application servers (as described in {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.Architecture" title="Architecture" >}}) to which Promtail will be added have already been installed as part of the {{% ctx %}} install process and do not require any hardware modifications for the observability platform installation. {{% alert title="Note" %}} The application servers must have internet access in order to communicate with the Grafana Cloud managed service. diff --git a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/try-it-out.md b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/try-it-out.md index 8fa150c59..0ab653084 100644 --- a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/try-it-out.md +++ b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/Grafana/try-it-out.md @@ -10,7 +10,7 @@ weight: 60 ## Check Dashboards are Displaying Data {{% alert title="Note" %}} -This test uses the test flow published as part of testing the Innovation installation. See {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.TryItOutPublishedFlow" title="Testing HA installation" >}} or {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.TryItOutPublishedFlow" title="Testing non-HA installation" >}}. An alternative flow can be used that exists on the system and can be executed. +This test uses the test flow published as part of testing the {{% ctx %}} installation. See {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.TryItOutPublishedFlow" title="Testing HA installation" >}} or {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.TryItOutPublishedFlow" title="Testing non-HA installation" >}}. An alternative flow can be used that exists on the system and can be executed. {{% / alert %}} 1. Open an HTTP client, such as [Postman][]. Make a request with the following format: diff --git a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/_index.md b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/_index.md index 4c94478e8..ed8ca98cc 100644 --- a/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/_index.md +++ b/content/en/docs/2025.1/getting-started/cloud/add-observability-to-innovation/_index.md @@ -1,6 +1,6 @@ --- -title: "Add Observability to Innovation" -linkTitle: "Add Observability to Innovation" -description: "Information about setting up an observability platform for Innovation." +title: "Add Observability to CORTEX" +linkTitle: "Add Observability to CORTEX" +description: "Information about setting up an observability platform for {{% ctx %}}." weight: 30 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/_index.md b/content/en/docs/2025.1/getting-started/on-premise/_index.md index 27a11df92..055a53bc4 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/_index.md @@ -1,9 +1,9 @@ --- title: "Install On-Premise" linkTitle: "Install On-Premise" -description: "Information about installing {{% ctx %}} Innovation to virtual machines or physical servers on-premise." +description: "Information about installing {{% ctx %}} to virtual machines or physical servers on-premise." --- {{% pageinfo %}} -{{% ctx %}} Innovation can be deployed on-premise [on its own](install-innovation-only) or added to an [existing](add-innovation-to-72) 7.2 installation. +{{% ctx %}} can be deployed on-premise [on its own](install-innovation-only) or added to an [existing](add-innovation-to-72) {{% ctx %}} 7 installation. {{% /pageinfo %}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/_index.md index 19d0dbf9d..3304b9b42 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/_index.md @@ -1,10 +1,10 @@ --- -title: "Add Innovation to a 7.2 Installation" -linkTitle: "Add Innovation to a 7.2 Installation" -description: "Information about adding {{% ctx %}} Innovation to an existing {{% ctx %}} 7.2 platform." +title: "Add CORTEX to a CORTEX 7 Installation" +linkTitle: "Add CORTEX to a CORTEX 7 Installation" +description: "Information about adding {{% ctx %}} to an existing {{% ctx %}} 7 platform." weight: 20 --- {{% pageinfo %}} -{{% ctx %}} Innovation can be deployed on-premise across [multiple servers](multiple-server-with-ha) to provide improved scale and high availability (HA), or to a [single server](single-server-without-ha) if scale and HA aren't required. +{{% ctx %}} can be deployed on-premise across [multiple servers](multiple-server-with-ha) to provide improved scale and high availability (HA), or to a [single server](single-server-without-ha) if scale and HA aren't required. {{% /pageinfo %}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/_index.md index 899f45c92..0a1ef8410 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/_index.md @@ -1,7 +1,7 @@ --- title: "Multiple Server - With HA (Recommended)" linkTitle: "Multiple Server - With HA" -description: "Information about adding {{% ctx %}} Innovation to {{% ctx %}} 7.2 across multiple on-premise servers with high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." +description: "Information about adding {{% ctx %}} to {{% ctx %}} 7 across multiple on-premise servers with high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." weight: 10 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/architecture.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/architecture.md index e3bb6bb14..885caac63 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/architecture.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/architecture.md @@ -12,23 +12,23 @@ weight: 10 {{< section "/architecture/components/multi-server.md" >}} {{% alert title="Note" %}} -{{% ctx %}} v7.2 component descriptions are not covered in this guide. See separate v7.2 documentation for more information. +{{% ctx %}} 7 component descriptions are not covered in this guide. See separate {{% ctx %}} 7 documentation for more information. {{% /alert %}} ## Possible Architectures -{{% ctx %}} Innovation and v7.2 can run side-by-side, allowing flows to be built and run for both of them from the same Gateway instance. They each require a different set of back-end components to be installed. Innovation can be added to a v7.2 installation and the only component shared by both Innovation and v7.2 is {{% ctx %}} Gateway. +{{% ctx %}} and {{% ctx %}} 7 can run side-by-side, allowing flows to be built and run for both of them from the same Gateway instance. They each require a different set of back-end components to be installed. {{% ctx %}} can be added to a {{% ctx %}} 7 installation and the only component shared by both {{% ctx %}} and {{% ctx %}} 7 is {{% ctx %}} Gateway. ### Recommended Architecture -The recommended architecture for adding Innovation to a v7.2 Dual Site, Dual Server system requires 8 servers in total; the 4 existing servers, plus 4 new servers: +The recommended architecture for adding {{% ctx %}} to a {{% ctx %}} 7 Dual Site, Dual Server system requires 8 servers in total; the 4 existing servers, plus 4 new servers: -* 2x Existing Application Servers for v7.2, one of these will also act as the Web Application Server for Innovation. For Innovation, the existing Gateway will be upgraded and a new Debug Node will be added -* 2x Existing Database Servers, used for v7.2 -* 1x New Load Balancer Server for Innovation -* 3x New Application Servers for Innovation +* 2x Existing Application Servers for {{% ctx %}} 7, one of these will also act as the Web Application Server for {{% ctx %}}. For {{% ctx %}}, the existing Gateway will be upgraded and a new Debug Node will be added +* 2x Existing Database Servers, used for {{% ctx %}} 7 +* 1x New Load Balancer Server for {{% ctx %}} +* 3x New Application Servers for {{% ctx %}} -{{< figure src="/images/editable/Cortex Innovation and v7.2 Best Architecture.png" class="centre" title="8 Server, Recommended Architecture Diagram" >}} +{{< figure src="/images/editable/Cortex and Cortex 7 Best Architecture.png" class="centre" title="8 Server, Recommended Architecture Diagram" >}} {{< section "/architecture/components/node-details.md" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/_index.md index 06a641e6c..b5fbfac80 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/_index.md @@ -1,10 +1,10 @@ --- title: "Installation" linkTitle: "Installation" -description: "Installation instructions to add {{% ctx %}} Innovation to {{% ctx %}} 7.2 across multiple on-premise servers with high availability (HA)." +description: "Installation instructions to add {{% ctx %}} to {{% ctx %}} 7 across multiple on-premise servers with high availability (HA)." weight: 40 --- -This guide describes how to add {{% ctx %}} Innovation to an existing {{% ctx %}} 7.2 platform. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. +This guide describes how to add {{% ctx %}} to an existing {{% ctx %}} 7 platform. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. [PreInstallation]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.PreInstallation" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md index c8e75298c..6bb7fef82 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md @@ -7,7 +7,7 @@ weight: 30 # {{< param title >}} -This guide describes how to install the Application Servers and Load Balancer Server. Please ensure that the [Pre-Installation steps for adding Innovation to 7.2][] have been completed before starting this installation. +This guide describes how to install the Application Servers and Load Balancer Server. Please ensure that the [Pre-Installation steps for adding {{% ctx %}} to {{% ctx %}} 7][Pre-Installation] have been completed before starting this installation. ## Install Microsoft .NET Framework 4.7.2 @@ -207,7 +207,7 @@ To check all necessary ports are free, follow these steps: {{< /tab >}} {{< /tabpane >}} - {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} v7.2 installed.{{% /alert %}} + {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} 7 installed.{{% /alert %}} | Name | Description | |----------------------------------------------|-------------| @@ -255,7 +255,7 @@ More advanced configuration (such as changing ports) can be undertaken by modify 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -WhatIf -AcceptEULA + .\.ps1 -WhatIf -AcceptEULA ``` 1. Run the PowerShell command to test the installation script. @@ -279,7 +279,7 @@ More advanced configuration (such as changing ports) can be undertaken by modify 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install HA Services and the required infrastructure. @@ -319,7 +319,7 @@ More advanced configuration (such as changing ports) can be undertaken by modify [Encryption Requirements]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.EncryptionRequirementsNew" >}} [Eula]: {{< url path="Cortex.Website.Eula.MainDoc" >}} [NET Framework 472]: {{< url path="MSDotNet.Framework472.MainDoc" >}} -[Pre-Installation steps for adding Innovation to 7.2]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.PreInstallation" >}} +[Pre-Installation]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.PreInstallation" >}} [SSL Best Practices]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.SSLBestPractices" >}} [Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}} [Upgrade Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.ConfigureCortexGatewayInstallationScriptNew2" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/_index.md index dcebd1816..25feb35ff 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/_index.md @@ -1,10 +1,10 @@ --- title: "Upgrade the Web Application Server" linkTitle: "Upgrade Web Application Server" -description: "Information about upgrading the Web Application Server to include Innovation." +description: "Information about upgrading the Web Application Server to include {{% ctx %}}." weight: 40 --- -This guide describes how to upgrade the v7.2 Web Application Server to Include Innovation. Please ensure that [Install Application Servers and Load Balancer][] has been completed before starting this installation. These steps assume that the v7.2 version of Gateway and its prerequisites have already been installed. +This guide describes how to upgrade the {{% ctx %}} 7 Web Application Server to Include {{% ctx %}}. Please ensure that [Install Application Servers and Load Balancer][] has been completed before starting this installation. These steps assume that the {{% ctx %}} 7 version of Gateway and its prerequisites have already been installed. [Install Application Servers and Load Balancer]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.InstallApplicationAndLoadBalancerServersNew" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md index adb677faa..d7c37a6bb 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md @@ -1,13 +1,13 @@ --- title: "Upgrade Gateway" linkTitle: "Upgrade Gateway" -description: "Information about upgrading v7.2 {{% ctx %}} Gateway to include Innovation." +description: "Information about upgrading {{% ctx %}} Gateway to include {{% ctx %}}." weight: 30 --- # {{% param title %}} -This guide describes how to upgrade {{% ctx %}} Gateway on v7.2 to include Innovation. Please ensure that the [Flow Debugger installation][] has been completed before starting this installation. +This guide describes how to upgrade {{% ctx %}} Gateway on {{% ctx %}} 7 to include {{% ctx %}}. Please ensure that the [Flow Debugger installation][] has been completed before starting this installation. ## Perform Gateway Installation @@ -41,12 +41,12 @@ This guide describes how to upgrade {{% ctx %}} Gateway on v7.2 to include Innov *>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt" ``` - {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} v7.2 installed.{{% /alert %}} + {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} 7 installed.{{% /alert %}} | Name | Description | |------------------------------------------------|-------------| |`GatewayPackagePath` | Configure this value with the location of the `Cortex Innovation {{< version >}} - Gateway.zip` file on the installation server. | - |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} Innovation feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will set the `FeatureFlags` value in the Gateway web.config.| + |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will set the `FeatureFlags` value in the Gateway web.config.| |`ServiceFabricApiGatewayEndpoint` | Replace `server.domain.com` with the fully qualified domain name of the Load Balancer Server. The port should be specified if it is not the default HTTPS port (443), and there must be a trailing slash, e.g. `https://server.domain.com/` or `https://server.domain.com:8722/`.

This will set the `ServiceFabricApiGatewayEndpoint` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricUsingSelfSignedCertificates` | Configure the value as `$false` if you used valid CA certificates when [installing the Application Servers][Configure Installation Script], `$true` if you used self-signed certificates.

This will set the `ServiceFabricUsingSelfSignedCertificates` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricApiGatewayBasicAuthUsername` | This must be changed if you used a non-default `ApiGatewayBasicAuthUsername` when [installing the Application Servers][Configure Installation Script]; if so, this value must be configured to the one used.

This will overwrite the `ServiceFabricApiGatewayBasicAuthUsername` value in the {{% ctx %}} Gateway web.config.{{< alert type="note" title="Note" >}} This parameter should be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.{{< /alert >}}| @@ -87,7 +87,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway on v7.2 to include Innov 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/prerequisites.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/prerequisites.md index 7ab0af191..7d0836ae6 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/prerequisites.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/installation/install-web-application-server/prerequisites.md @@ -7,7 +7,7 @@ weight: 10 # {{% param title %}} -Please ensure that [Install Application Servers and Load Balancer][] has been completed before starting this installation. These steps assume that the v7.2 version of Gateway and its prerequisites have already been installed. +Please ensure that [Install Application Servers and Load Balancer][] has been completed before starting this installation. These steps assume that the {{% ctx %}} 7 version of Gateway and its prerequisites have already been installed. ## Licensing diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/pre-installation.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/pre-installation.md index 894f153a5..2270db754 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/pre-installation.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/pre-installation.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to perform the steps required before starting the installation of {{% ctx %}} Innovation. Please ensure that the [Requirements][] have been read and met before starting this installation. +This guide describes how to perform the steps required before starting the installation of {{% ctx %}}. Please ensure that the [Requirements][] have been read and met before starting this installation. ## Make Installation Artefacts Available on all Servers @@ -15,7 +15,7 @@ This guide describes how to perform the steps required before starting the insta ## Obtain a {{% ctx %}} licence file -A valid {{% ctx %}} licence file and {{% ctx %}} with v7.2 feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. +A valid {{% ctx %}} licence file and {{% ctx %}} with {{% ctx %}} 7 feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. To get a licence file and feature identifier take the following steps: @@ -38,7 +38,7 @@ To get a licence file and feature identifier take the following steps: MachineID: Fingerprint: - Please also include a suitable {{% ctx %}} with v7.2 feature identifier. + Please also include a suitable {{% ctx %}} with {{% ctx %}} 7 feature identifier. ``` 1. On each Application Server and the Web Application Server: diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/requirements.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/requirements.md index 54127abd4..24d052b6b 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/requirements.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/requirements.md @@ -10,16 +10,16 @@ weight: 20 The requirements for each server role (as described in [Architecture][]) are laid out in this guide. These must be considered before undertaking installation. {{% alert title="Note" %}} -All server roles (e.g. Load Balancer, Application Server, Web Application Server) referenced in the rest of this guide will refer to Innovation server roles unless otherwise stated. +All server roles (e.g. Load Balancer, Application Server, Web Application Server) referenced in the rest of this guide will refer to {{% ctx %}} server roles unless otherwise stated. {{% / alert %}} ## Hardware Requirements | Server Role | Servers Required | CPU Cores (> 2GHz) | RAM (GB) | Disk (GB) | |------------------|-----------------------|-----------------------------------|---------------|----------------------| -| New Innovation Load Balancer | 1[^1] | 4+ *Recommended*
2 *Minimum* | 8+ *Recommended*
4 *Minimum* | 50+ *Recommended*
30 *Minimum*
5+ free on installation drive | -| New Innovation Application Server | 3 *Bronze availability*[^2]
5 *Silver availability*
7 *Gold availability*
9 *Platinum availability* | 4+ *Recommended*
2 *Minimum* | 16+ *Recommended*
8 *Minimum* | 75+ *Recommended*
60 *Minimum*
40+ free on %ProgramData% drive | -| Existing V7.2 Application Server with Gateway
+ Upgrade to Innovation Web Application Server | 1 | 4+ *Recommended*
4 *Minimum* | 16+ *Recommended*
12 *Minimum* | 160+ *Recommended*
135 *Minimum*
30+ free on installation drive
40+ free on %ProgramData% drive | +| New {{% ctx %}} Load Balancer | 1[^1] | 4+ *Recommended*
2 *Minimum* | 8+ *Recommended*
4 *Minimum* | 50+ *Recommended*
30 *Minimum*
5+ free on installation drive | +| New {{% ctx %}} Application Server | 3 *Bronze availability*[^2]
5 *Silver availability*
7 *Gold availability*
9 *Platinum availability* | 4+ *Recommended*
2 *Minimum* | 16+ *Recommended*
8 *Minimum* | 75+ *Recommended*
60 *Minimum*
40+ free on %ProgramData% drive | +| Existing {{% ctx %}} 7 Application Server with Gateway
+ Upgrade to {{% ctx %}} Web Application Server | 1 | 4+ *Recommended*
4 *Minimum* | 16+ *Recommended*
12 *Minimum* | 160+ *Recommended*
135 *Minimum*
30+ free on installation drive
40+ free on %ProgramData% drive | [^1]: A software-based load balancer called [gobetween][] is provided with the platform. This must be installed on its own server as it doesn't support routing traffic to itself. It also doesn't currently support HA, but it may be possible to use multiple gobetween load balancers with Anycast network addressing and routing to provide high availability, as described in [https://en.wikipedia.org/wiki/Anycast][Anycast]; however, this has not been verified yet. It is possible to use an [alternative load balancer][] to the one provided. [^2]: Application Servers support HA via clustering. A cluster must consist of a minimum of 3 nodes, and the number of nodes must be an odd number to ensure a quorum. Currently only the Bronze availability (3 nodes) is supported. Silver, Gold and Platinum support will be added in future. @@ -85,7 +85,7 @@ The installation requires IP to hostname resolution to be available. Please ensu ## Licensing Requirements -A valid {{% ctx %}} licence file and {{% ctx %}} Innovation feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. +A valid {{% ctx %}} licence file and {{% ctx %}} feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. Details on how to obtain these are specified during the [Pre-Installation][obtain licence file] steps. @@ -159,7 +159,7 @@ On the Web Application Server and each Application Server, the following Windows ### Installation User -On all Application Servers, Web Application Server and Load Balancer Server, a domain user, which is a member of the Local Administrators group, must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the HA platform that {{% ctx %}} Innovation is built upon. +On all Application Servers, Web Application Server and Load Balancer Server, a domain user, which is a member of the Local Administrators group, must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the HA platform that {{% ctx %}} is built upon. ### Antivirus Exclusions @@ -199,7 +199,7 @@ If adding the exclusions manually, the Process Exclusions should be done before ### Port Requirements -{{% ctx %}} Innovation and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the servers and specific services. +{{% ctx %}} and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the servers and specific services. If you are using Windows Firewall, some ports are opened during installation and others are opened dynamically as needed. If any other firewall is used, it will be necessary to add the rules described in [Port Requirements][] to open the correct ports. @@ -278,7 +278,7 @@ A script is provided during installation to apply these security changes: ## Alternative Load Balancer Requirements -Innovation has a [gobetween][] load balancer included that isn't highly available; It is possible to use an alternative. The requirements for installing an alternative load balancer are as follows: +{{% ctx %}} has a [gobetween][] load balancer included that isn't highly available; It is possible to use an alternative. The requirements for installing an alternative load balancer are as follows: * Must support a round robin (or similar) method of load balancing to specified ports on 3 nodes. * Must be able to health check each node by running a predefined batch script (`ApiGatewayTypeHealthcheck.bat`, which resides in the `gobetween` folder of the `Cortex Innovation {{< version >}} - App Server Install Scripts`) that returns 1 for healthy and 0 for unhealthy. diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/try-it-out.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/try-it-out.md index 0c19737cd..4d6ea1883 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/try-it-out.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/try-it-out.md @@ -1,13 +1,13 @@ --- title: "Try it out" linkTitle: "Try it out" -description: "Information about trying out {{% ctx %}} Innovation for the first time." +description: "Information about trying out {{% ctx %}} for the first time." weight: 60 --- # {{% param title %}} -This guide describes how to try out a new Innovation installation to make sure it is working. +This guide describes how to try out a new {{% ctx %}} installation to make sure it is working. ## Test Debugging Flows @@ -19,7 +19,7 @@ Test the platform by creating a new flow and executing it using the following st 1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information. 1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. 1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side: - {{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} + {{< figure src="/images/CORTEX Flow View.PNG" title="New Flow - Number of palettes may differ" >}} 1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks. 1. Click the `Set Variable` block to open the Property Editor. 1. Set the `Value` property to the expression `DateTimeOffset.Now`. @@ -55,7 +55,7 @@ Test the platform by creating a new flow and executing it using the following st {{% alert title="Note" %}} If you used self-signed certificates when installing the Application Servers you will need to disable SSL certificate validation in your HTTP client. {{% /alert %}} 1. The request should return a JSON object with the output variables of the flow e.g. `{ "Output": "2022-03-09T07:35:16+0000" }`. -1. {{% ctx %}} Innovation has now been verified and is ready to use. +1. {{% ctx %}} has now been verified and is ready to use. [Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}} [Troubleshooting Flow No Blocks]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNoBlocks" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/_index.md index 1ce61bf7d..e6152d10d 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/_index.md @@ -1,7 +1,7 @@ --- title: "Single Server - Without HA" linkTitle: "Single Server - Without HA" -description: "Information about adding {{% ctx %}} Innovation to {{% ctx %}} 7.2 on a single on-premise server without high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." +description: "Information about adding {{% ctx %}} to {{% ctx %}} 7 on a single on-premise server without high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." weight: 10000 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/architecture.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/architecture.md index b9d9c6c36..1ab92d0ec 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/architecture.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/architecture.md @@ -1,7 +1,7 @@ --- title: "Architecture" linkTitle: "Architecture" -description: "Information about the recommended Innovation platform architecture, including component descriptions." +description: "Information about the recommended {{% ctx %}} platform architecture, including component descriptions." weight: 10 --- @@ -13,11 +13,11 @@ weight: 10 ## Single Server Architecture -{{% ctx %}} Innovation and v7.2 can run side-by-side, allowing flows to be built and run for both of them from the same Gateway instance. They each require a different set of back-end components to be installed. Innovation can be added to a {{% ctx %}} v7.2 installation by using the existing hardware. The only component shared by both Innovation and v7.2 is {{% ctx %}} Gateway. +{{% ctx %}} and {{% ctx %}} 7 can run side-by-side, allowing flows to be built and run for both of them from the same Gateway instance. They each require a different set of back-end components to be installed. {{% ctx %}} can be added to a {{% ctx %}} 7 installation by using the existing hardware. The only component shared by both {{% ctx %}} and {{% ctx %}} 7 is {{% ctx %}} Gateway. -The minimum architecture for adding Innovation to a v7.2 Single Site, Single Server system is as follows: +The minimum architecture for adding {{% ctx %}} to a {{% ctx %}} 7 Single Site, Single Server system is as follows: -{{< figure src="/images/editable/Cortex Innovation v7.2 Single Server.png" class="centre" title="1 Server Architecture Diagram" >}} +{{< figure src="/images/editable/Cortex 7 Single Server.png" class="centre" title="1 Server Architecture Diagram" >}} {{< section "/architecture/components/node-details.md" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/_index.md index e72b44af7..8ccb363b5 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/_index.md @@ -1,10 +1,10 @@ --- title: "Installation" linkTitle: "Installation" -description: "Information about adding {{% ctx %}} Innovation to {{% ctx %}} 7.2 on a single on-premise server without high availability (HA)." +description: "Information about adding {{% ctx %}} to {{% ctx %}} 7 on a single on-premise server without high availability (HA)." weight: 40 --- -This guide describes how to add {{% ctx %}} Innovation to an existing {{% ctx %}} 7.2 platform. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. +This guide describes how to add {{% ctx %}} to an existing {{% ctx %}} 7 platform. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. [PreInstallation]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.PreInstallation" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-application-server.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-application-server.md index 099128d8c..32dda2ab4 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-application-server.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-application-server.md @@ -7,7 +7,7 @@ weight: 30 # {{< param title >}} -This guide describes how to install the Application Server components on the server. Please ensure that the [Pre-Installation steps for adding {{% ctx %}} Innovation to {{% ctx %}} 7.2][] have been completed before starting the installation.. +This guide describes how to install the Application Server components on the server. Please ensure that the [Pre-Installation steps for adding {{% ctx %}} to {{% ctx %}} 7][Pre-Installation] have been completed before starting the installation.. ## Install Microsoft .NET Framework 4.7.2 @@ -53,8 +53,8 @@ If Windows Defender is not running on the server, ensure that the [Antivirus Exc ## Next Steps? -1. [Upgrade v7.2 Gateway to Include Innovation][] +1. [Upgrade {{% ctx %}} 7 Gateway to Include {{% ctx %}}][Upgrade Gateway] [Antivirus Exclusions]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.AntivirusExclusionsNew" >}} -[Pre-Installation steps for adding {{% ctx %}} Innovation to {{% ctx %}} 7.2]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.PreInstallation" >}} -[Upgrade v7.2 Gateway to Include Innovation]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.AddInnovationTo72WebApplicationServerNew" >}} +[Pre-Installation]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.PreInstallation" >}} +[Upgrade Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.AddInnovationTo72WebApplicationServerNew" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-web-application-server.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-web-application-server.md index 4a1845a45..ef6c867c4 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-web-application-server.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/installation/install-web-application-server.md @@ -1,13 +1,13 @@ --- -title: "Upgrade v7.2 Gateway to Include Innovation" -linkTitle: "Upgrade v7.2 Gateway to Include Innovation" -description: "Information about upgrading v7.2 Gateway with Innovation functionality." +title: "Upgrade CORTEX 7 Gateway to Include CORTEX" +linkTitle: "Upgrade CORTEX 7 Gateway to Include CORTEX" +description: "Information about upgrading {{% ctx %}} Gateway to include {{% ctx %}} functionality." weight: 40 --- # {{< param title >}} -This guide describes how to upgrade Gateway on v7.2 to include Innovation. Please ensure that [Install Application Server][] has been completed before starting this installation. These steps assume that the v7.2 version of Gateway and its prerequisites have already been installed. +This guide describes how to upgrade Gateway on {{% ctx %}} 7 to include {{% ctx %}}. Please ensure that [Install Application Server][] has been completed before starting this installation. These steps assume that the {{% ctx %}} 7 version of Gateway and its prerequisites have already been installed. ## Install Prerequisites @@ -91,12 +91,12 @@ A Friendly Name should be assigned to the certificate being used for the Cortex *>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt" ``` - {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} v7.2 installed.{{% /alert %}} + {{% alert title="Important" color="warning" %}}Parameters required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} must be encrypted on the Application Server with {{< ctx >}} 7 installed.{{% /alert %}} | Name | Description | |------------------------------------------------|-------------| |`GatewayPackagePath` | Configure this value with the location of the `Cortex Innovation {{< version >}} - Gateway.zip` file on the installation server. | - |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} Innovation feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will overwrite the `FeatureFlags` value in the Gateway web.config.| + |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will overwrite the `FeatureFlags` value in the Gateway web.config.| |`ServiceFabricApiGatewayEndpoint` | Replace `server.domain.com` with the fully qualified domain name of the server. The port should be specified as `8722` and there must be a trailing slash, e.g. `https://server.domain.com:8722/`.

This will overwrite the `ServiceFabricApiGatewayEndpoint` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricUsingSelfSignedCertificates` | Configure the value as `$false` if you used valid CA certificates when [installing the Application Server][Configure Installation Script], `$true` if you used self-signed certificates.

This will overwrite the `ServiceFabricUsingSelfSignedCertificates` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricApiGatewayBasicAuthUsername` | This must be changed if you used a non-default `ApiGatewayBasicAuthUsername` when [installing the Application Server][Configure Installation Script]; if so, this value must be configured to the one used.

This will overwrite the `ServiceFabricApiGatewayBasicAuthUsername` value in the {{% ctx %}} Gateway web.config.{{< alert type="note" title="Note" >}} This parameter should be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.{{< /alert >}}| @@ -137,7 +137,7 @@ A Friendly Name should be assigned to the certificate being used for the Cortex 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to upgrade {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/pre-installation.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/pre-installation.md index 5c5ae764f..94d1885b5 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/pre-installation.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/pre-installation.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to perform the steps required before starting the installation of {{% ctx %}} Innovation. Please ensure that the [Requirements][] have been read and met before starting this installation. +This guide describes how to perform the steps required before starting the installation of {{% ctx %}}. Please ensure that the [Requirements][] have been read and met before starting this installation. ## Make Installation Artefacts Available @@ -15,7 +15,7 @@ This guide describes how to perform the steps required before starting the insta ## Obtain a {{% ctx %}} licence file -A valid {{% ctx %}} licence file and {{% ctx %}} with v7.2 feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the server and it should contain that server's fingerprint. +A valid {{% ctx %}} licence file and {{% ctx %}} with {{% ctx %}} 7 feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the server and it should contain that server's fingerprint. To get a licence file and feature identifier take the following steps: @@ -26,7 +26,7 @@ To get a licence file and feature identifier take the following steps: MachineID: Fingerprint: - Please also include a suitable {{% ctx %}} with v7.2 feature identifier. + Please also include a suitable {{% ctx %}} with {{% ctx %}} 7 feature identifier. ``` 1. In a File Explorer, navigate to the Fingerprint generation folder inside the install file location, e.g. `C:\Install\Cortex Innovation {{< version >}} - Licence Fingerprint Generator Extract`. diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/requirements.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/requirements.md index 783f71847..a92ab01d7 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/requirements.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/requirements.md @@ -76,7 +76,7 @@ The installation requires IP to hostname resolution to be available. Please ensu ## Licensing Requirements -A valid {{% ctx %}} licence file and {{% ctx %}} Innovation feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the server and it should contain that server's fingerprint. +A valid {{% ctx %}} licence file and {{% ctx %}} feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the server and it should contain that server's fingerprint. Details on how to obtain these are specified during the [Pre-Installation][obtain licence file] steps. @@ -137,7 +137,7 @@ The following Windows Services must be running on the server: ### Installation User -A domain user which is a member of the Local Administrators group on the server must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the platform that {{% ctx %}} Innovation is built upon. +A domain user which is a member of the Local Administrators group on the server must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the platform that {{% ctx %}} is built upon. ### Antivirus Exclusions @@ -170,7 +170,7 @@ If adding the exclusions manually, the Process Exclusions should be done before ### Port Requirements -{{% ctx %}} Innovation and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the server and specific services. +{{% ctx %}} and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the server and specific services. If you are using Windows Firewall, some ports are opened during installation and others are opened dynamically as needed. If any other firewall is used, it will be necessary to add the rules described in [Port Requirements][] to open the correct ports. diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/try-it-out.md b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/try-it-out.md index 5f5aad32b..9a22a1807 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/try-it-out.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/try-it-out.md @@ -1,13 +1,13 @@ --- title: "Try it out" linkTitle: "Try it out" -description: "Information about trying out {{% ctx %}} Innovation for the first time." +description: "Information about trying out {{% ctx %}} for the first time." weight: 60 --- # {{< param title >}} -This guide describes how to try out a new Innovation installation to make sure it is working. Please ensure that the [Gateway Upgrade][] has been completed before taking these steps. +This guide describes how to try out a new {{% ctx %}} installation to make sure it is working. Please ensure that the [Gateway Upgrade][] has been completed before taking these steps. ## Test Debugging Flows @@ -19,7 +19,7 @@ Test the platform by creating a new flow and executing it using the following st 1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information. 1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. 1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side: - {{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} + {{< figure src="/images/CORTEX Flow View.PNG" title="New Flow - Number of palettes may differ" >}} 1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks. 1. Click the `Set Variable` block to open the Property Editor. 1. Set the `Value` property to the expression `DateTimeOffset.Now`. @@ -55,7 +55,7 @@ Test the platform by creating a new flow and executing it using the following st {{% alert title="Note" %}} If you used self-signed certificates when installing the server you will need to disable SSL certificate validation in your HTTP client. {{% /alert %}} 1. The request should return a JSON object with the output variables of the flow e.g. `{ "Output": "2022-03-09T07:35:16+0000" }`. -1. {{% ctx %}} Innovation has now been verified and is ready to use. +1. {{% ctx %}} has now been verified and is ready to use. [Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}} [Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-interaction-portal-to-innovation/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-interaction-portal-to-innovation/_index.md index a6737e5a7..3c9356257 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-interaction-portal-to-innovation/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-interaction-portal-to-innovation/_index.md @@ -1,8 +1,8 @@ --- -title: "Add Interaction Portal to Innovation" -linkTitle: "Add Interaction Portal to Innovation" -description: "Information about installing the {{% ctx %}} Interaction Portal for Innovation." +title: "Add Interaction Portal to CORTEX" +linkTitle: "Add Interaction Portal to CORTEX" +description: "Information about installing the {{% ctx %}} Interaction Portal for {{% ctx %}}." weight: 50 --- -* {{< filelink src="/pdf/Cortex Interaction Portal Deployment Guide.pdf" name="CORTEX Interaction Portal Deployment Guide" >}} +* {{< filelink src="/pdf/CORTEX Interaction Portal - Deployment Guide.pdf" name="CORTEX Interaction Portal Deployment Guide" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/_index.md index df43175cc..ee6b14d41 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/_index.md @@ -1,7 +1,7 @@ --- title: "Grafana" linkTitle: "Grafana" -description: "Information about adding a Grafana platform to Innovation, including details about components, supported architectures, prerequisites, installation and configuration instructions." +description: "Information about adding a Grafana platform to {{% ctx %}}, including details about components, supported architectures, prerequisites, installation and configuration instructions." weight: 10 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/advanced/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/advanced/_index.md index b28eb4b81..3d8b9fe5f 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/advanced/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/advanced/_index.md @@ -1,6 +1,6 @@ --- title: "Advanced Setup" linkTitle: "Advanced Setup" -description: "Supporting information about installing and configuring a Grafana observability platform for {{% ctx %}} Innovation." +description: "Supporting information about installing and configuring a Grafana observability platform for {{% ctx %}}." weight: 90 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/architecture.md b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/architecture.md index 68470e7d1..09c898254 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/architecture.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/architecture.md @@ -14,7 +14,7 @@ weight: 10 | [Grafana][] | Web application that provides querying and visualisation of data in the form of dashboards. | Required | Web Application Server | | [Grafana Loki][] | Log aggregation system designed to store and query logs from applications and infrastructure. | Required | Web Application Server | | [Microsoft Internet Information Services (IIS)][IIS] | Web server used as a reverse proxy for Grafana Loki. | Required | Web Application Server | -| [Promtail][] | An agent which ships the contents of local logs to a Grafana Loki instance. It should be deployed to every machine that has a Microsoft Service Fabric node used by Innovation. | Required | Application Server | +| [Promtail][] | An agent which ships the contents of local logs to a Grafana Loki instance. It should be deployed to every machine that has a Microsoft Service Fabric node used by {{% ctx %}}. | Required | Application Server | ## Recommended Architecture diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md index e5dcd6b8e..a0e80e379 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md @@ -33,7 +33,7 @@ The table below specifies additional resources that are recommended to be added | Web Application Server
(Shared with {{% ctx %}} Gateway) | 4+ *Recommended*
2 *Minimum* | 12+ *Recommended*
6 *Minimum* | 10+ *Recommended*
5 *Minimum*| {{% alert title="Note" %}} -The application servers (as described in {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.Architecture" title="Architecture" >}}) to which Promtail will be added have already been installed as part of the Innovation install process and do not require any hardware modifications for the observability platform installation. +The application servers (as described in {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.Architecture" title="Architecture" >}}) to which Promtail will be added have already been installed as part of the {{% ctx %}} install process and do not require any hardware modifications for the observability platform installation. {{% /alert %}} ## Software Requirements @@ -89,7 +89,7 @@ An X.509 SSL certificate (standard, wildcard or self-signed) should be used to s * Promtail on the Application Servers and the reverse proxy configured for Grafana Loki on the Web Application Server. * Grafana end users and the Grafana Web Application on the Web Application Server. -The wildcard certificate used for installing Innovation can be used if it is available in the .PEM file format, otherwise a new certificate can be obtained from a Certificate Authority, such as [Let’s Encrypt][], and must meet the following requirements: +The wildcard certificate used for installing {{% ctx %}} can be used if it is available in the .PEM file format, otherwise a new certificate can be obtained from a Certificate Authority, such as [Let’s Encrypt][], and must meet the following requirements: * Subject field must be in one of the following formats, depending on the certificate type: * Standard certificates must use the standard format (e.g. `CN=host.domain.com`). diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md index 254282ac3..12e0c1e2a 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md @@ -7,7 +7,7 @@ weight: 60 # {{% param title %}} -This guide describes where to get the default {{% ctx %}} Innovation Dashboards from and how to import them for use in Grafana. +This guide describes where to get the default {{% ctx %}} Dashboards from and how to import them for use in Grafana. Please ensure that the Installations for [Grafana][] and [Loki][] have been completed before starting this section. @@ -28,9 +28,9 @@ Please ensure that the Installations for [Grafana][] and [Loki][] have been comp 1. Click *Save and Test*. 1. *Data source successfully connected.* message should be displayed above the *Save and Test* -## Download the {{% ctx %}} Innovation Default Dashboards +## Download the {{% ctx %}} Default Dashboards -1. Download [Grafana.Dashboards.zip] archive containing the {{% ctx %}} Innovation default dashboards. +1. Download [Grafana.Dashboards.zip] archive containing the {{% ctx %}} default dashboards. 1. Extract the content of the downloaded archive to a suitable location. ## Create Folder for Dashboards @@ -58,7 +58,7 @@ Please ensure that the Installations for [Grafana][] and [Loki][] have been comp It is necessary to update the Custom Filter inside the dashboards to use the correct data source. -To do this, follow these steps for all default {{% ctx %}} Innovation dashboards imported: +To do this, follow these steps for all default {{% ctx %}} dashboards imported: 1. Log in to your configured Grafana with a user that has the *Admin* role. 1. To open a dashboard: diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/try-it-out.md b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/try-it-out.md index 41a48ec8f..8e60d6f7a 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/try-it-out.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/Grafana/try-it-out.md @@ -10,7 +10,7 @@ weight: 60 ## Check Dashboards are Displaying Data {{% alert title="Note" %}} -This test uses the test flow published as part of testing the Innovation installation. See {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.TryItOutPublishedFlow" title="Testing HA installation" >}} or {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.TryItOutPublishedFlow" title="Testing non-HA installation" >}}. An alternative flow can be used that exists on the system and can be executed. +This test uses the test flow published as part of testing the {{% ctx %}} installation. See {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.TryItOutPublishedFlow" title="Testing HA installation" >}} or {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.TryItOutPublishedFlow" title="Testing non-HA installation" >}}. An alternative flow can be used that exists on the system and can be executed. {{% / alert %}} 1. Open an HTTP client, such as [Postman][]. Make a request with the following format: diff --git a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/_index.md b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/_index.md index ab5ea38be..5f73a8952 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/add-observability-to-innovation/_index.md @@ -1,6 +1,6 @@ --- -title: "Add Observability to Innovation" -linkTitle: "Add Observability to Innovation" -description: "Information about installing an observability platform for Innovation." +title: "Add Observability to CORTEX" +linkTitle: "Add Observability to CORTEX" +description: "Information about installing an observability platform for {{% ctx %}}." weight: 30 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/_index.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/_index.md index 926f2c897..b7b0d94e3 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/_index.md @@ -1,10 +1,10 @@ --- -title: "Install Innovation Only" -linkTitle: "Install Innovation Only" -description: "Information about installing a {{% ctx %}} Innovation platform." +title: "Install CORTEX Only" +linkTitle: "Install CORTEX Only" +description: "Information about installing a {{% ctx %}} platform." weight: 10 --- {{% pageinfo %}} -{{% ctx %}} Innovation can be deployed on-premise across [multiple servers](multiple-server-with-ha) to provide improved scale and high availability (HA), or to a [single server](single-server-without-ha) if scale and HA aren't required. +{{% ctx %}} can be deployed on-premise across [multiple servers](multiple-server-with-ha) to provide improved scale and high availability (HA), or to a [single server](single-server-without-ha) if scale and HA aren't required. {{% /pageinfo %}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/_index.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/_index.md index f42adde16..6492d86a9 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/_index.md @@ -1,6 +1,6 @@ --- title: "Advanced Setup" linkTitle: "Advanced Setup" -description: "Supporting information about installing {{% ctx %}} Innovation with non-default configurations." +description: "Supporting information about installing {{% ctx %}} with non-default configurations." weight: 90 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/advanced-config-changes.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/advanced-config-changes.md index 5c264f3f0..09b1da8d8 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/advanced-config-changes.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/advanced-config-changes.md @@ -1,7 +1,7 @@ --- title: "Advanced Application Server and Load Balancer Configuration Changes" linkTitle: "Advanced Application Server and Load Balancer Configuration Changes" -description: "Information about installing {{% ctx %}} Innovation with non-default installation values." +description: "Information about installing {{% ctx %}} with non-default installation values." --- # {{% param title %}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/port-requirements.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/port-requirements.md index d9c2084ab..1e6d3301a 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/port-requirements.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/port-requirements.md @@ -1,14 +1,14 @@ --- title: "Port Requirements for Application Servers and Load Balancer" linkTitle: "Port Requirements for Application Servers and Load Balancer" -description: "Information about the ports opened when installing {{% ctx %}} Innovation." +description: "Information about the ports opened when installing {{% ctx %}}." --- # {{% param title %}} -{{% ctx %}} Innovation and Microsoft Service Fabric open a range of firewall ports between the servers and specific services. Some of them are opened during installation, others are opened dynamically as needed. These are opened on Windows Firewall. If any other firewall exists between the servers, it will be necessary to configure this selection of rules on it. Most ports may be altered if another program overlaps with them, the description will say if this is not possible. +{{% ctx %}} and Microsoft Service Fabric open a range of firewall ports between the servers and specific services. Some of them are opened during installation, others are opened dynamically as needed. These are opened on Windows Firewall. If any other firewall exists between the servers, it will be necessary to configure this selection of rules on it. Most ports may be altered if another program overlaps with them, the description will say if this is not possible. -## {{% ctx %}} Innovation Ports +## {{% ctx %}} Ports | Name | Description | Default Port(s) | Protocol | Direction | |------|-------------|-----------------|----------|-----------| diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/ssl-best-practices.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/ssl-best-practices.md index 606c2a379..5e6b69e78 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/ssl-best-practices.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/ssl-best-practices.md @@ -1,7 +1,7 @@ --- title: "SSL Best Practices" linkTitle: "SSL Best Practices" -description: "Information about the recommended security settings for Innovation servers." +description: "Information about the recommended security settings for {{% ctx %}} servers." --- # {{% param title %}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/_index.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/_index.md index 7c744ccbc..7962032e3 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/_index.md @@ -1,7 +1,7 @@ --- title: "Multiple Server - With HA (Recommended)" linkTitle: "Multiple Server - With HA" -description: "Information about installing {{% ctx %}} Innovation across multiple on-premise servers with high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." +description: "Information about installing {{% ctx %}} across multiple on-premise servers with high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." weight: 10 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/architecture.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/architecture.md index adf6f9ae7..e3fcf3f0a 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/architecture.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/architecture.md @@ -1,7 +1,7 @@ --- title: "Architecture" linkTitle: "Architecture" -description: "Information about the recommended Innovation platform architecture, including component descriptions." +description: "Information about the recommended {{% ctx %}} platform architecture, including component descriptions." weight: 10 --- @@ -19,7 +19,7 @@ The following architecture requires 5 servers: * 1x Load Balancer Server * 3x Application Servers -{{< figure src="/images/editable/Cortex Innovation Overview.png" class="centre" title="5 Server Architecture Diagram" >}} +{{< figure src="/images/editable/Cortex Overview.png" class="centre" title="5 Server Architecture Diagram" >}} {{< section "/architecture/components/node-details.md" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/_index.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/_index.md index fab4f915b..78a2ea1a0 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/_index.md @@ -1,10 +1,10 @@ --- title: "Installation" linkTitle: "Installation" -description: "Installation instructions to install {{% ctx %}} Innovation across multiple on-premise servers with high availability (HA)." +description: "Installation instructions to install {{% ctx %}} across multiple on-premise servers with high availability (HA)." weight: 40 --- -This guide describes how to install {{% ctx %}} Innovation. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. +This guide describes how to install {{% ctx %}}. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. [PreInstallation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.PreInstallation" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md index dd277aa0e..52c400533 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to install the Application Servers and Load Balancer Server. Please ensure that the [Pre-Installation steps for installing {{% ctx %}} Innovation][] have been completed before starting this installation. +This guide describes how to install the Application Servers and Load Balancer Server. Please ensure that the [Pre-Installation steps for installing {{% ctx %}}][Pre-Installation] have been completed before starting this installation. ## Install Microsoft .NET Framework 4.7.2 @@ -255,7 +255,7 @@ More advanced configuration (such as changing ports) can be undertaken by modify 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -WhatIf -AcceptEULA + .\.ps1 -WhatIf -AcceptEULA ``` 1. Run the PowerShell command to test the installation script. @@ -279,7 +279,7 @@ More advanced configuration (such as changing ports) can be undertaken by modify 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install HA Services and the required infrastructure. @@ -320,6 +320,6 @@ More advanced configuration (such as changing ports) can be undertaken by modify [Install Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureCortexGatewayInstallationScriptNew2" >}} [Install Web Application Server]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.InstallWebApplicationServerNew" >}} [NET Framework 472]: {{< url path="MSDotNet.Framework472.MainDoc" >}} -[Pre-Installation steps for installing {{% ctx %}} Innovation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.PreInstallation" >}} +[Pre-Installation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.PreInstallation" >}} [SSL Best Practices]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.SSLBestPractices" >}} [Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md index 45445f8c2..68edc5d08 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md @@ -50,7 +50,7 @@ It is possible for {{% ctx %}} Gateway to reuse the certificate used when [insta | Name | Description | |------------------------------------------------|-------------| |`GatewayPackagePath` | Configure this value with the location of the `Cortex Innovation {{< version >}} - Gateway.zip` file on the installation server. | - |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} Innovation feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during the Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will set the `FeatureFlags` value in the Gateway web.config.| + |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during the Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will set the `FeatureFlags` value in the Gateway web.config.| |`ServiceFabricApiGatewayEndpoint` | Replace `server.domain.com` with the fully qualified domain name of the Load Balancer Server. The port should be specified if it is not the default HTTPS port (443), and there must be a trailing slash, e.g. `https://server.domain.com/` or `https://server.domain.com:8722/`.

This will set the `ServiceFabricApiGatewayEndpoint` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricUsingSelfSignedCertificates` | Configure the value as `$false` if you used valid CA certificates when [installing the Application Servers][Configure Installation Script], `$true` if you used self-signed certificates.

This will set the `ServiceFabricUsingSelfSignedCertificates` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricApiGatewayBasicAuthUsername` | This must be changed if you used a non-default `ApiGatewayBasicAuthUsername` when [installing the Application Servers][Configure Installation Script]; if so, this value must be configured to the one used.

This will set the `ServiceFabricApiGatewayBasicAuthUsername` value in the {{% ctx %}} Gateway web.config.{{< alert type="note" title="Note" >}} This parameter should be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.{{< /alert >}}| @@ -91,7 +91,7 @@ It is possible for {{% ctx %}} Gateway to reuse the certificate used when [insta 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/setup-gateway.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/setup-gateway.md index cbf5e6675..c44cf9869 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/setup-gateway.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/setup-gateway.md @@ -57,7 +57,7 @@ Log on to Gateway and run through the setup wizard: 1. Assign access permissions to Active Directory groups: To allow users to access the various roles within Gateway, it is first necessary to assign them the appropriate access rights. - Gateway currently supports four roles, but only two are relevant for {{% ctx %}} Innovation: + Gateway currently supports four roles, but only two are relevant for {{% ctx %}}: * Admin * Studio diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/pre-installation.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/pre-installation.md index 02448873e..d7856da31 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/pre-installation.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/pre-installation.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to perform the steps required before starting the installation of {{% ctx %}} Innovation. Please ensure that the [Requirements][] have been read and met before starting this installation. +This guide describes how to perform the steps required before starting the installation of {{% ctx %}}. Please ensure that the [Requirements][] have been read and met before starting this installation. ## Make Installation Artefacts Available on all Servers @@ -15,7 +15,7 @@ This guide describes how to perform the steps required before starting the insta ## Obtain a {{% ctx %}} licence file -A valid {{% ctx %}} licence file and {{% ctx %}} Innovation feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. +A valid {{% ctx %}} licence file and {{% ctx %}} feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. To get a licence file and feature identifier take the following steps: @@ -38,7 +38,7 @@ To get a licence file and feature identifier take the following steps: MachineID: Fingerprint: - Please also include a suitable {{% ctx %}} Innovation feature identifier. + Please also include a suitable {{% ctx %}} feature identifier. ``` 1. On each Application Server and the Web Application Server: diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/requirements.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/requirements.md index 6a883faec..3a1cd3c81 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/requirements.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/requirements.md @@ -64,7 +64,7 @@ The installation requires IP to hostname resolution to be available. Please ensu ## Licensing Requirements -A valid {{% ctx %}} licence file and {{% ctx %}} Innovation feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. +A valid {{% ctx %}} licence file and {{% ctx %}} feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server. Details on how to obtain these are specified during the [Pre-Installation][obtain licence file] steps. @@ -104,7 +104,7 @@ On the Web Application Server and each Application Server, the following Windows ### Installation User -On all Application Servers, Web Application Server and Load Balancer Server, a domain user, which is a member of the Local Administrators group, must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the HA platform that {{% ctx %}} Innovation is built upon. +On all Application Servers, Web Application Server and Load Balancer Server, a domain user, which is a member of the Local Administrators group, must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the HA platform that {{% ctx %}} is built upon. ### IIS Application Pool User @@ -148,7 +148,7 @@ If adding the exclusions manually, the Process Exclusions should be done before ### Port Requirements -{{% ctx %}} Innovation and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the servers and specific services. +{{% ctx %}} and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the servers and specific services. If you are using Windows Firewall, some ports are opened during installation and others are opened dynamically as needed. If any other firewall is used, it will be necessary to add the rules described in [Port Requirements][] to open the correct ports. @@ -230,7 +230,7 @@ Before encrypting parameters, it is required to generate a private key that will ## Alternative Load Balancer Requirements -Innovation has a [gobetween][] load balancer included that isn't highly available; It is possible to use an alternative. The requirements for installing an alternative load balancer are as follows: +{{% ctx %}} has a [gobetween][] load balancer included that isn't highly available; It is possible to use an alternative. The requirements for installing an alternative load balancer are as follows: * Must support a round robin (or similar) method of load balancing to specified ports on 3 nodes. * Must be able to health check each node by running a predefined batch script (`ApiGatewayTypeHealthcheck.bat`, which resides in the `gobetween` folder of the `Cortex Innovation {{< version >}} - App Server Install Scripts`) that returns 1 for healthy and 0 for unhealthy. diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/try-it-out.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/try-it-out.md index 2a6a8be40..b732fcf0b 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/try-it-out.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/try-it-out.md @@ -1,13 +1,13 @@ --- title: "Try it out" linkTitle: "Try it out" -description: "Information about trying out {{% ctx %}} Innovation for the first time." +description: "Information about trying out {{% ctx %}} for the first time." weight: 60 --- # {{% param title %}} -This guide describes how to try out a new Innovation installation to make sure it is working. Please ensure that [Setup Gateway][] has been completed before taking these steps. +This guide describes how to try out a new {{% ctx %}} installation to make sure it is working. Please ensure that [Setup Gateway][] has been completed before taking these steps. ## Test Debugging Flows @@ -19,7 +19,7 @@ Test the platform by creating a new flow and executing it using the following st 1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information. 1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. 1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side: - {{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} + {{< figure src="/images/CORTEX Flow View.PNG" title="New Flow - Number of palettes may differ" >}} 1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks. 1. Click the `Set Variable` block to open the Property Editor. 1. Set the `Value` property to the expression `DateTimeOffset.Now`. @@ -55,7 +55,7 @@ Test the platform by creating a new flow and executing it using the following st {{% alert title="Note" %}} If you used self-signed certificates when installing the Application Servers you will need to disable SSL certificate validation in your HTTP client. {{% /alert %}} 1. The request should return a JSON object with the output variables of the flow e.g. `{ "Output": "2022-03-09T07:35:16+0000" }`. -1. {{% ctx %}} Innovation has now been verified and is ready to use. +1. {{% ctx %}} has now been verified and is ready to use. [Setup Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.SetupGatewayNew" >}} [Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/_index.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/_index.md index 3b8740fb0..cac1db940 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/_index.md @@ -1,7 +1,7 @@ --- title: "Single Server - Without HA" linkTitle: "Single Server - Without HA" -description: "Information about installing {{% ctx %}} Innovation on a single on-premise server without high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." +description: "Information about installing {{% ctx %}} on a single on-premise server without high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions." weight: 50 --- diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/architecture.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/architecture.md index 9d4989233..210352751 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/architecture.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/architecture.md @@ -1,7 +1,7 @@ --- title: "Architecture" linkTitle: "Architecture" -description: "Information about the recommended Innovation platform architecture, including component descriptions." +description: "Information about the recommended {{% ctx %}} platform architecture, including component descriptions." weight: 10 --- @@ -15,7 +15,7 @@ weight: 10 The following architecture requires 1 server: -{{< figure src="/images/editable/Cortex Innovation Overview-Single Server.png" class="centre" title="1 Server Architecture Diagram" >}} +{{< figure src="/images/editable/Cortex Overview-Single Server.png" class="centre" title="1 Server Architecture Diagram" >}} {{< section "/architecture/components/node-details.md" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/_index.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/_index.md index 17f04f62a..fa9d41676 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/_index.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/_index.md @@ -1,10 +1,10 @@ --- title: "Installation" linkTitle: "Installation" -description: "Installation instructions to install {{% ctx %}} Innovation on a single on-premise server without high availability (HA)." +description: "Installation instructions to install {{% ctx %}} on a single on-premise server without high availability (HA)." weight: 40 --- -This guide describes how to install {{% ctx %}} Innovation. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. +This guide describes how to install {{% ctx %}}. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation. [PreInstallation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.PreInstallation" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-application-server.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-application-server.md index 58f259d18..3e9fe6c95 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-application-server.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-application-server.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to install the Application Server components on the server. Please ensure that the [Pre-Installation steps for installing {{% ctx %}} Innovation][] have been completed before starting this installation. +This guide describes how to install the Application Server components on the server. Please ensure that the [Pre-Installation steps for installing {{% ctx %}}][Pre-Installation] have been completed before starting this installation. ## Install Microsoft .NET Framework 4.7.2 @@ -57,5 +57,5 @@ If Windows Defender is not running on the server, ensure that the [Antivirus Exc [Antivirus Exclusions]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.AntivirusExclusionsNew" >}} [Install Web Application Server]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.InstallWebApplicationServerNew" >}} -[Pre-Installation steps for installing {{% ctx %}} Innovation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.PreInstallation" >}} +[Pre-Installation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.PreInstallation" >}} [Requirements]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.Requirements" >}} diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-web-application-server.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-web-application-server.md index a09041787..506c7be29 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-web-application-server.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/install-web-application-server.md @@ -141,7 +141,7 @@ Once the certificate has been imported, a `Friendly Name` should be assigned whi | Name | Description | |------------------------------------------------|-------------| |`GatewayPackagePath` | Configure this value with the location of the `Cortex Innovation {{< version >}} - Gateway.zip` file on the installation server. | - |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} Innovation feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will set the `FeatureFlags` value in the {{% ctx %}} Gateway web.config.| + |`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].

This will set the `FeatureFlags` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricApiGatewayEndpoint` | Replace `server.domain.com` with the fully qualified domain name of the server. The port should be specified as `8722` and there must be a trailing slash, e.g. `https://server.domain.com:8722/`.

This will set the `ServiceFabricApiGatewayEndpoint` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricUsingSelfSignedCertificates` | Configure the value as `$false` if you used valid CA certificates when [installing the Application Server][Configure Installation Script], `$true` if you used self-signed certificates.

This will set the `ServiceFabricUsingSelfSignedCertificates` value in the {{% ctx %}} Gateway web.config.| |`ServiceFabricApiGatewayBasicAuthUsername` | This must be changed if you used a non-default `ApiGatewayBasicAuthUsername` when [installing the Application Server][Configure Installation Script]; if so, this value must be configured to the one used.

This will set the `ServiceFabricApiGatewayBasicAuthUsername` value in the {{% ctx %}} Gateway web.config.{{< alert type="note" title="Note" >}} This parameter should be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.{{< /alert >}}| @@ -182,7 +182,7 @@ Once the certificate has been imported, a `Friendly Name` should be assigned whi 1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: ```powershell - .\.ps1 -AcceptEULA + .\.ps1 -AcceptEULA ``` 1. Run the PowerShell command to install {{% ctx %}} Gateway. diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/setup-gateway.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/setup-gateway.md index ac2f32116..ea7732ed2 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/setup-gateway.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/installation/setup-gateway.md @@ -57,7 +57,7 @@ Log on to Gateway and run through the setup wizard: 1. Assign access permissions to Active Directory groups: To allow users to access the various roles within Gateway, it is first necessary to assign them the appropriate access rights. - Gateway currently supports four roles, but only two are relevant for {{% ctx %}} Innovation: + Gateway currently supports four roles, but only two are relevant for {{% ctx %}}: * Admin * Studio diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/pre-installation.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/pre-installation.md index b6352a6c2..2e6cfbec3 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/pre-installation.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/pre-installation.md @@ -7,7 +7,7 @@ weight: 30 # {{% param title %}} -This guide describes how to perform the steps required before starting the installation of {{% ctx %}} Innovation. Please ensure that the [Requirements][] have been read and met before starting this installation. +This guide describes how to perform the steps required before starting the installation of {{% ctx %}}. Please ensure that the [Requirements][] have been read and met before starting this installation. ## Make Installation Artefacts Available @@ -15,7 +15,7 @@ This guide describes how to perform the steps required before starting the insta ## Obtain a {{% ctx %}} licence file -A valid {{% ctx %}} licence file and {{% ctx %}} Innovation feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the server and it should contain that server's fingerprint. +A valid {{% ctx %}} licence file and {{% ctx %}} feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the server and it should contain that server's fingerprint. To get a licence file and feature identifier take the following steps: @@ -26,7 +26,7 @@ To get a licence file and feature identifier take the following steps: MachineID: Fingerprint: - Please also include a suitable {{% ctx %}} Innovation feature identifier. + Please also include a suitable {{% ctx %}} feature identifier. ``` 1. In a File Explorer, navigate to the Fingerprint generation folder inside the install file location, e.g. `C:\Install\Cortex Innovation {{< version >}} - Licence Fingerprint Generator Extract`. diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/requirements.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/requirements.md index f96e5daa8..c4868b4e8 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/requirements.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/requirements.md @@ -57,7 +57,7 @@ The installation requires IP to hostname resolution to be available. Please ensu ## Licensing Requirements -A valid {{% ctx %}} licence file and {{% ctx %}} Innovation feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain the fingerprint for the Server. +A valid {{% ctx %}} licence file and {{% ctx %}} feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain the fingerprint for the Server. Details on how to obtain these are specified during the [Pre-Installation][obtain licence file] steps. @@ -85,7 +85,7 @@ The following Windows Services must be running on the server: ### Installation User -A domain user which is a member of the Local Administrators group on the server must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the platform that {{% ctx %}} Innovation is built upon. +A domain user which is a member of the Local Administrators group on the server must be available to run the installation scripts. This is a prerequisite of Microsoft Service Fabric, which is the platform that {{% ctx %}} is built upon. ### IIS Application Pool User @@ -122,7 +122,7 @@ If adding the exclusions manually, the Process Exclusions should be done before ### Port Requirements -{{% ctx %}} Innovation and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the server and specific services. +{{% ctx %}} and Microsoft Service Fabric require a range of [firewall ports to be opened][Port Requirements] between the server and specific services. If you are using Windows Firewall, some ports are opened during installation and others are opened dynamically as needed. If any other firewall is used, it will be necessary to add the rules described in [Port Requirements][] to open the correct ports. diff --git a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/try-it-out.md b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/try-it-out.md index 9e093d657..5b49eff33 100644 --- a/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/try-it-out.md +++ b/content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/single-server-without-ha/try-it-out.md @@ -1,13 +1,13 @@ --- title: "Try it out" linkTitle: "Try it out" -description: "Information about trying out {{% ctx %}} Innovation for the first time." +description: "Information about trying out {{% ctx %}} for the first time." weight: 60 --- # {{% param title %}} -This guide describes how to try out a new Innovation installation to make sure it is working. Please ensure that [Setup Gateway][] has been completed before taking these steps. +This guide describes how to try out a new {{% ctx %}} installation to make sure it is working. Please ensure that [Setup Gateway][] has been completed before taking these steps. ## Test Debugging Flows @@ -19,7 +19,7 @@ Test the platform by creating a new flow and executing it using the following st 1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information. 1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. 1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side: - {{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} + {{< figure src="/images/CORTEX Flow View.PNG" title="New Flow - Number of palettes may differ" >}} 1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks. 1. Click the `Set Variable` block to open the Property Editor. 1. Set the `Value` property to the expression `DateTimeOffset.Now`. @@ -55,7 +55,7 @@ Test the platform by creating a new flow and executing it using the following st {{% alert title="Note" %}} If you used self-signed certificates when installing the server you will need to disable SSL certificate validation in your HTTP client. {{% /alert %}} 1. The request should return a JSON object with the output variables of the flow e.g. `{ "Output": "2022-03-09T07:35:16+0000" }`. -1. {{% ctx %}} Innovation has now been verified and is ready to use. +1. {{% ctx %}} has now been verified and is ready to use. [Setup Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.SetupGatewayNew" >}} [Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}} diff --git a/content/static/2025.1/images/New Innovation Flow View.PNG b/content/static/2025.1/images/CORTEX Flow View.PNG similarity index 100% rename from content/static/2025.1/images/New Innovation Flow View.PNG rename to content/static/2025.1/images/CORTEX Flow View.PNG diff --git a/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Data.png b/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Data.png index e78811787..3a9cba05d 100644 Binary files a/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Data.png and b/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Data.png differ diff --git a/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Token Name.png b/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Token Name.png index 9d8c8f71a..826eb4f13 100644 Binary files a/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Token Name.png and b/content/static/2025.1/images/Grafana Cloud - Hosted Logs Config Token Name.png differ diff --git a/content/static/2025.1/images/editable/CORTEX Node Details.png b/content/static/2025.1/images/editable/CORTEX Node Details.png new file mode 100644 index 000000000..7e5f76303 Binary files /dev/null and b/content/static/2025.1/images/editable/CORTEX Node Details.png differ diff --git a/content/static/2025.1/images/editable/Cortex Innovation v7.2 Single Server.png b/content/static/2025.1/images/editable/Cortex 7 Single Server.png similarity index 100% rename from content/static/2025.1/images/editable/Cortex Innovation v7.2 Single Server.png rename to content/static/2025.1/images/editable/Cortex 7 Single Server.png diff --git a/content/static/2025.1/images/editable/Cortex Innovation Node Details.png b/content/static/2025.1/images/editable/Cortex Innovation Node Details.png deleted file mode 100644 index 654b14425..000000000 Binary files a/content/static/2025.1/images/editable/Cortex Innovation Node Details.png and /dev/null differ diff --git a/content/static/2025.1/images/editable/Cortex Innovation Overview-Single Server.png b/content/static/2025.1/images/editable/Cortex Overview-Single Server.png similarity index 100% rename from content/static/2025.1/images/editable/Cortex Innovation Overview-Single Server.png rename to content/static/2025.1/images/editable/Cortex Overview-Single Server.png diff --git a/content/static/2025.1/images/editable/Cortex Innovation Overview.png b/content/static/2025.1/images/editable/Cortex Overview.png similarity index 100% rename from content/static/2025.1/images/editable/Cortex Innovation Overview.png rename to content/static/2025.1/images/editable/Cortex Overview.png diff --git a/content/static/2025.1/images/editable/Cortex Innovation and v7.2 Best Architecture.png b/content/static/2025.1/images/editable/Cortex and Cortex 7 Best Architecture.png similarity index 100% rename from content/static/2025.1/images/editable/Cortex Innovation and v7.2 Best Architecture.png rename to content/static/2025.1/images/editable/Cortex and Cortex 7 Best Architecture.png diff --git a/content/static/2025.1/pdf/Cortex Interaction Portal Deployment Guide.pdf b/content/static/2025.1/pdf/CORTEX Interaction Portal - Deployment Guide.pdf similarity index 80% rename from content/static/2025.1/pdf/Cortex Interaction Portal Deployment Guide.pdf rename to content/static/2025.1/pdf/CORTEX Interaction Portal - Deployment Guide.pdf index 559d4ddcd..eac038a1f 100644 Binary files a/content/static/2025.1/pdf/Cortex Interaction Portal Deployment Guide.pdf and b/content/static/2025.1/pdf/CORTEX Interaction Portal - Deployment Guide.pdf differ diff --git a/content/static/2025.1/pdf/Cortex Interaction Portal Developer Guide.pdf b/content/static/2025.1/pdf/CORTEX Interaction Portal - Developer Guide.pdf similarity index 90% rename from content/static/2025.1/pdf/Cortex Interaction Portal Developer Guide.pdf rename to content/static/2025.1/pdf/CORTEX Interaction Portal - Developer Guide.pdf index 7599f169d..6316adb79 100644 Binary files a/content/static/2025.1/pdf/Cortex Interaction Portal Developer Guide.pdf and b/content/static/2025.1/pdf/CORTEX Interaction Portal - Developer Guide.pdf differ diff --git a/content/static/2025.1/pdf/Cortex Interaction Portal Merging Guide.pdf b/content/static/2025.1/pdf/CORTEX Interaction Portal - Merging Guide.pdf similarity index 82% rename from content/static/2025.1/pdf/Cortex Interaction Portal Merging Guide.pdf rename to content/static/2025.1/pdf/CORTEX Interaction Portal - Merging Guide.pdf index 9aa14919f..394aa3799 100644 Binary files a/content/static/2025.1/pdf/Cortex Interaction Portal Merging Guide.pdf and b/content/static/2025.1/pdf/CORTEX Interaction Portal - Merging Guide.pdf differ diff --git a/content/static/2025.1/pdf/Cortex Interaction Portal User Guide.pdf b/content/static/2025.1/pdf/CORTEX Interaction Portal - User Guide.pdf similarity index 87% rename from content/static/2025.1/pdf/Cortex Interaction Portal User Guide.pdf rename to content/static/2025.1/pdf/CORTEX Interaction Portal - User Guide.pdf index 96a91f213..274b841fd 100644 Binary files a/content/static/2025.1/pdf/Cortex Interaction Portal User Guide.pdf and b/content/static/2025.1/pdf/CORTEX Interaction Portal - User Guide.pdf differ diff --git a/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx b/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx index 38814b398..8b1e557d2 100644 Binary files a/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx and b/content/static/word/CORTEX Interaction Portal - Deployment Guide.docx differ diff --git a/content/static/word/CORTEX Interaction Portal - Developer Guide.docx b/content/static/word/CORTEX Interaction Portal - Developer Guide.docx index 6147feefd..86c514877 100644 Binary files a/content/static/word/CORTEX Interaction Portal - Developer Guide.docx and b/content/static/word/CORTEX Interaction Portal - Developer Guide.docx differ