Services

Email

In the Email section you can change the default email notification settings for each application.

../../../_images/engine-cockpit-email.png

Databases

The databases view displays an overview of your configured databases within your projects. You can switch the application by clicking on the tabs at the top of the view. If you want to display a different environment, you can change it at the top right. To get more information about a database click on an entry to view its Database Detail page.

Note

If you want to add a new database configuration, please refer to Databases.

../../../_images/engine-cockpit-databases.png

Database Detail

In the Database Detail view you see all configurations of the selected database. You can test if the configuration works: By clicking on the Arrow button, you direct the engine to try and establish a connection to this database. You can change most connection properties in this view. If you click on the Reset button the database configuration will be reset to the original property values. In this view you can also see information about the last 200 executed SQL queries and the connections used, too.

Note

Not every property can be modified here yet. But you can override them in the app.yaml file.

../../../_images/engine-cockpit-database-detail.png

Web Services

The Web Services page lists all defined web services for each application. You can switch the application by clicking on the tabs at the top of the view. You can also change the environment in the drop-down box at the top of the view. To see detailed information about a web service click on an entry to view its Web Service Detail page.

Note

If you want to add a new web service, please refer to Designer Guide.

../../../_images/engine-cockpit-webservice.png

Web Service Detail

This view displays all configuration values of a web service. You can change the credentials or the endpoint settings. You can also reset them to their original values by clicking on the Reset button.

To test if an endpoint is accessible press on the Arrow button next to it. Please be aware that only Http Basic authentication is supported and the request is an empty POST message.

Note

If you wish to change a value that is not editable in this editor you can do so by modifying the app.yaml file.

../../../_images/engine-cockpit-webservice-detail.png

REST Clients

The REST Clients view gives an overview of all REST clients for each application. You can switch the application by clicking on the tabs at the top of the view. You can also change the environment in the drop-down box at the top of the view. To see detailed information about a web service click on an entry to view its REST Client Detail page.

Note

If you want to add a new REST client, please refer to Designer Guide.

../../../_images/engine-cockpit-rest-clients.png

REST Client Detail

The REST Client Detail page shows all configuration values of a REST service. Some of these values can be modified directly in this editor. You can reset your changes by clicking on the Reset button. If you want to test your configuration settings, click on the Arrow button. This will start a HEAD request with defined authentication credentials.

Note

If you wish to change a value that is not editable in this editor you can do so by modifying the app.yaml file.

../../../_images/engine-cockpit-rest-client-detail.png

Search Engine

You can use the Search Engine view to display information about your running Elastic Search instance. The information panel shows some configurations and allows you to directly get to the System Configuration page by clicking on the cog button. To run queries against your Search Engine, click on the bug button.

The Indices panel lists all indices from the Search Engine. You can trigger a reindex command or run a document specific query command.

../../../_images/engine-cockpit-search-engine.png