z Open Dataz Open Data
Overview
  • odp-elastic-samples
  • odp-prometheus-samples
  • cics-performance-analyzer-elastic
  • ims-performance-analyzer-elastic
  • transaction-analysis-workbench-elastic
  • ims-connect-extensions-analysis-splunk
  • Db2 Query Monitor Starter Dashboards
  • Instana Configuration Topics
GitHub
Overview
  • odp-elastic-samples
  • odp-prometheus-samples
  • cics-performance-analyzer-elastic
  • ims-performance-analyzer-elastic
  • transaction-analysis-workbench-elastic
  • ims-connect-extensions-analysis-splunk
  • Db2 Query Monitor Starter Dashboards
  • Instana Configuration Topics
GitHub
  • ODP Elastic samples

    • Overview

      • Introduction
      • What's new
      • Requirements
    • Upgrading
      • Upgrading Elastic from 7.14.0 to 8.0.0
    • Deploying Elastic
      • Using the provided Docker Compose file
      • Installing and configuring Elastic manually

        • Already configured Elastic?
        • Don't have Elastic?
        • Elasticsearch ILM policy
        • Elasticsearch index template
        • Logstash pipeline
        • Kibana settings
    • Installing dashboard bundles

      • Overview
      • CICS bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
      • Db2 bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
      • IMS bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
      • JVM bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
      • MQ bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
      • Network bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
      • Storage bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
      • z/OS bundle

        • Update the ODP collection configuration
        • Create historical data collections
        • Create a Kibana space for the bundle
        • Import Kibana saved objects
        • Customize Kibana space settings
        • View the starter dashboards
        • Optional: Filter fields
    • Elasticsearch indices with old naming pattern

Update the ODP collection configuration

  1. On z/OS, edit the ODP collection configuration member RKANPARU(KAYOPEN) to specify the attribute groups required by the Db2 bundle:
collections:
  - product: kd5
    table: statedmp
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: opersys
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: dp_sy_exc
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: statlokc
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: statlogs
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: real254
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: edmpool
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: real2252
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: real225
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: realsqlc
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: realqbst
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: gstqxst
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: real230
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: statqxst
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: db2msg
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: dp_srm_log
    interval: 0
    destination:
      - pds
      - open
  - product: kd5
    table: dp_srm_sub
    interval: 0
    destination:
      - pds
      - open

  1. Reload the configuration of collection tasks to reflect the updated KAYOPEN member.

    For each job that runs an OMEGAMON monitoring agent (including the monitoring server job), enter the following MVS MODIFY system command:

    F <job_name>,KPQ RELOAD_CONFIG,KAY
    

    Replace <job_name> with the corresponding job name for each agent: for example, OMEGDS.

Last Updated: 7/20/26, 9:31 AM
Contributors: Graham Hannington, David Dai
Next
Create historical data collections