diff --git a/apps/01-Conf_license_slave/default/app.conf b/apps/01-Conf_license_slave/default/app.conf new file mode 100644 index 00000000..149b00b4 --- /dev/null +++ b/apps/01-Conf_license_slave/default/app.conf @@ -0,0 +1,11 @@ + [launcher] + version = 1.0.0 + author = VABOS + description = Configure instance as License Slave + + [package] + id = Conf_license_slave + + + [ui] + is_visible = false \ No newline at end of file diff --git a/apps/01-Conf_license_slave/default/server.conf b/apps/01-Conf_license_slave/default/server.conf new file mode 100644 index 00000000..0fbe02e5 --- /dev/null +++ b/apps/01-Conf_license_slave/default/server.conf @@ -0,0 +1,9 @@ + # In distributed environments, it's common to have a lone search head acting + # as the license master as well. In this configuration, providing the URI + # of the license master is easiest within the indexer_base configuration. + # In the event that there are multiple search heads, you could instead use + # the org_all_license app, shipped to the non-license SH, as well as all of + # the indexers. In either event, the settings are the same. + + [license] + master_uri = https://SRVLM01.jpit.com:8089 \ No newline at end of file diff --git a/apps/01-Conf_license_slave/local/app.conf b/apps/01-Conf_license_slave/local/app.conf new file mode 100644 index 00000000..1173ea8c --- /dev/null +++ b/apps/01-Conf_license_slave/local/app.conf @@ -0,0 +1 @@ +# Autogenerated file \ No newline at end of file