ITOps-Upgrade to v1.4

Follow the steps below to upgrade to ITOps v 1.4 from 1.3

  1. Import the dashboard JSON in the Grafana dashboard console.  

  2. Import the skills and workflows mentioned in the file location - 1.4.0 Changelog files.

  3. Microactions and skills are available at the following location - ITOps-artifacts.

  4. The following fields in TicketStatusWorkflow should be verified and updated if required.

    • reAssignmentEndThresholdValue:(“assignmentThreshold” field in the workflow settings is replaced with this field) Default value - 5

    • reAssignmentStartThresholdValue: Default value - 20

      These are parameters to the query to get the tickets for reassignment. ITOPs will only be getting the tickets created between (current time – reAssignmentStartThresholdValue) and (current time – reAssignmentEndThresholdValue)

  5. Define ticket templates for ticket creation. This is a mandatory step without which ticket creation will fail and alerts will go to correlation incomplete. For details, refer Creating Ticket Template

  6. Invoke the below API to add the field surge in ES index definition.


    /api/addFieldToIndex
    Request body – {
      "indexName": <indexName>
      "property": "surge”,
      "type": "boolean"
    }

    Headers – Authorization, Organization-name, Organization-key, user

  7. Project Configuration Changes

    New fields have been added to enable integration with different ITSM tools. Add/update values as needed and update installation.

    • ITSM name – defaulted to Service Now

    • ITSM version – defaulted to Paris

    • ITSM timezone – Timezone of the ITSM server. No default value provided. This should be entered from UI.

      To enable surge detection in existing projects, enter the values needed in the project configuration screen in the Surge Configurations group and update the project. Ensure that the correct values are given as there are no validations on the fields.

      If surge is not required then Ensure that the “ ignore surge without pattern” is enabled.

Note: If the same values need to be used across all projects, the values should be configured in ITOpsReferenceData. The APIs given above should be used only when a project specific setting is needed.

Following reference types should be set up based on the specific ITSM configuration if project specific changes are needed.

Following reference types should be set up based on the specific ITSM configuration in ITOpsProjectReferenceData if project specific changes are needed or otherwise in ITOpsReferenceData [using the APIs for it]

 

 

Feedback

Copyright © 2021 UST Global. All Rights Reserved.