Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-1798

Use custom update settings request

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 2.4.0-alpha1, 2.4.0
    • None
    • backend
    • None

    Description

      Context:
      When creating the schema we disable automatic index creation for Elasticsearch indices. However, the high level client we currently use, sends the following request:

      http://localhost:9200/_cluster/settings?master_timeout=30s&timeout=30s
      {
      	"persistent" : {
      		"action": {
      			"auto_create_index": false
      		}
      	}
      }
      

      Which is not supported by Amazon AWS. Instead use the low level client and perform the following request:

      http://localhost:9200/_cluster/settings?master_timeout=30s&timeout=30s
      {
      	"persistent" : {
      			"action.auto_create_index": false
      	}
      }
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                johannes.heinemann Johannes
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce