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 MQ bundle:
collections:
  - product: kmq
    table: lh_smds
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmch_lh
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmchanin
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmcurstat
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmlhbm
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmlhlm
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmlhmm
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmlhtm
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmps_lh
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmq_lh
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmq_qu_st
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qmq_st_smf
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qsg_cfstr
    interval: 0
    destination:
      - pds
      - open
  - product: kmq
    table: qsg_qmgr
    interval: 0
    destination:
      - pds
      - open
  - product: kqi
    table: kqitacmf
    interval: 0
    destination:
      - pds
      - open
  - product: kqi
    table: kqitapps
    interval: 0
    destination:
      - pds
      - open
  - product: kqi
    table: kqitbrks
    interval: 0
    destination:
      - pds
      - open
  - product: kqi
    table: kqitbsev
    interval: 0
    destination:
      - pds
      - open
  - product: kqi
    table: kqitegrs
    interval: 0
    destination:
      - pds
      - open
  - product: kqi
    table: kqitmfls
    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