Uploaded image for project: 'integration-test'
  1. integration-test
  2. INTTEST-48

push_to_elk.py to be fixed to work with new version of ELK stack

    XMLWordPrintable

Details

    • Bug
    • Status: Open
    • Medium
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      There was a breaking change in ELK as mentioned in the blogpost. The PUT request that goes to ELK to create the visualization has to be modified to work.

      The error that is returned by ELK is:-

      {
          "error": {
              "type": "illegal_argument_exception",
              "root_cause": [
                  {
                      "reason": "Rejecting mapping update to [.kibana] as the final mapping would have more than 1 type: [visualization, doc]",
                      "type": "illegal_argument_exception"
                  }
              ],
              "reason": "Rejecting mapping update to [.kibana] as the final mapping would have more than 1 type: [visualization, doc]"
          },
          "status": 400
      }
      {
          "_type": "dashboard",
          "found": false,
          "_id": "thisjob",
          "_index": ".kibana"
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dibyadas998 Dibya Prakash Das
            dibyadas998 Dibya Prakash Das
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: