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

Optional: Filter fields

By default, the OMEGAMON Data Connect component of ODP forwards all data that it receives.

Optionally, you can specify a filter in the OMEGAMON Data Connect configuration file to forward only specific fields.

Filters are useful for reducing data volume if you have limited storage capacity.

However, filters restrict the fields that are available for analysis.

If you decide that you want to limit the forwarded data to just the fields used by the starter dashboards, add the following filter to the OMEGAMON Data Connect configuration file:

Warning

This filter corresponds to the current starter dashboards. You might want to create dashboards that use other fields, or extend the samples with other fields. Future samples might require fields that this filter excludes. It is your decision whether to introduce a filter, and how to manage it.

connect:
  filter:
    enabled: true
    products:
      km5:
        enabled: true
        tables:
          ascpuutil:
            enabled: true
            fields:
              - managed_system
              - job_name
              - cpu_percent
              - tcb_percent
              - srb_percent
              - svcclass
              - asid
              - jesjobid
              - type
              - ifa_percent
              - ifa_on_cp_percent
              - ziip_percent
              - ziip_on_cp_percent
              - sysplex_name
              - smf_id
          m5stgcdth:
            enabled: true
            fields:
              - managed_system
              - smf_id
              - job_name
              - service_class
              - asid
              - elapsed_time
              - percentage_csa_in_use
              - percentage_ecsa_in_use
              - percentage_sqa_in_use
              - percentage_esqa_in_use
              - amount_csa_in_use
              - amount_ecsa_in_use
              - amount_sqa_in_use
              - amount_esqa_in_use
              - recording_end_time
              - recording_start_time
              - sysplex_name
          mplxcpcsum:
            enabled: true
            fields:
              - sysplex_node
              - sysplex_originnode
              - lpar_node
              - cpc_serial_number
              - sysplex_name
              - lpar_name
              - lpar_smf_id
              - effective_msu_capacity
              - capacity_indicator
              - adjustment_reason
              - physical_pct_standard_cp
              - physical_pct_ziip
              - physical_pct_ifl
              - physical_pct_icf
              - recording_start_time
              - smf_id
          km5msucap:
            enabled: true
            fields:
              - managed_system
              - record_type
              - four_hour_msus
              - lpar_defined_capacity_set
              - average_percent_time_capped
              - average_percent_time_uncapped
              - lpar_capacity_limit_basis
              - lpar_capacity_limit
              - percent_lpar_msu_capacity
              - lpar_group_name
              - lpar_group_capacity_limit
              - group_lpar_msu_limit
              - average_unused_group_msus
              - average_used_group_msus
              - average_percent_group_capacity
              - time_period
              - percent_time_uncapped
              - uncapped_msus_hour
              - percent_lpar_uncapped
              - percent_time_capped
              - capped_msus_hour
              - percent_lpar_capped
              - unused_group_msus_hour
              - used_group_msus_hour
              - percent_group_capacity
              - sysplex_name
              - smf_id
          syscpuutil:
            enabled: true
            fields:
              - managed_system
              - average_cpu_percent
              - undispatched_tasks
              - mvs_overhead
              - total_tcb_pct
              - total_srb_pct
              - partition_lcpd_pct
              - partition_pcpd_pct
              - partition_overhead_pct
              - cpus_online
              - average_ifa_percent
              - average_ifa_on_cp_percent
              - rmf_mvs_cpu_percent
              - rmf_lpar_cpu_percent
              - four_hour_msus
              - average_ziip_percent
              - average_ziip_on_cp_percent
              - hiperdispatch_management
              - percent_lpar_msu_capacity
              - lpar_group_capacity_limit
              - lpar_group_name
              - group_lpar_msu_limit
              - average_unused_group_msus
              - rmf_mvs_cpu_pct_snapshot
              - sysplex_name
              - smf_id
          km5wlmclpx:
            enabled: true
            fields:
              - managed_system
              - class_name
              - period
              - goal_importance
              - class_type
              - goal_type
              - goal_value
              - goal_percentile
              - transaction_rate
              - transaction_completions
              - transaction_total
              - transaction_queue_time
              - transaction_execution_time
              - transaction_elapsed_time
              - total_sus_second
              - total_delay_percent
              - workload_name
              - total_service_units
              - sysplex_name
              - io_rate
              - record_type
              - lpar_name
              - smf_id
          m5stgfdth:
            enabled: true
            fields:
              - managed_system
              - smf_id
              - job_name
              - asid
              - service_class
              - total_frames
              - active_frames
              - idle_frames
              - active_frames_working_set
              - active_frames_fixed
              - active_frames_div
              - auxiliary_storage_slots
              - page_in_rate
              - shared_pages_total_views
              - shared_pages_total_valid
              - shared_pages_validation_rate
              - memory_objects_allocated
              - one_meg_frames_in_real
              - recording_end_time
              - recording_start_time
              - sysplex_name
          mrptcls:
            enabled: true
            fields:
              - report_class
              - address_space_count
              - velocity
              - page_rate
              - io_rate
              - managed_system
              - sysplex_name
          m5stgdeth:
            enabled: true
            fields:
              - managed_system
              - smf_id
              - job_name
              - asid
              - type
              - service_class
              - period
              - avg_storage
              - avg_storage_hv_common
              - avg_storage_hv_shared
              - avg_storage_hv_private
              - high_water_mark_hv_common
              - memory_limit
              - recording_end_time
              - recording_start_time
              - high_water_mark_hv_shared
              - avg_storage8
              - avg_storage_hv_common8
              - avg_storage_hv_shared8
              - avg_storage_hv_private8
              - high_water_mark_hv_common8
              - high_water_mark_hv_shared8
              - memory_limit8
              - sysplex_name
          km5wlmclrx:
            enabled: true
            fields:
              - managed_system
              - smf_id
              - class_name
              - period
              - goal_importance
              - class_type
              - goal_type
              - goal_value
              - goal_percentile
              - transactions_in_goal
              - transaction_completions
              - transaction_total
              - transaction_queue_time_1024_mics
              - transaction_execution_time_1024_mics
              - transaction_elapsed_time_1024_mics
              - total_sus
              - cpu_sus
              - ziip_sus
              - ziip_on_cp_sus
              - io_sus
              - mso_sus
              - srb_sus
              - workload_name
              - sysplex_name
              - lpar_name
          lpclust:
            enabled: true
            fields:
              - managed_system
              - lpar_name
              - effective_weight_percent
              - physical_weight_percent
              - physical_cpu_percent
              - logical_weight_percent
              - physical_cps
              - special_cps
              - cpc_total_weight
              - cpc_cpu_percent
              - cpc_cpu_overhead
              - cluster_name
              - cpc_model
              - cpc_serial
              - processor_class
              - sysplex_name
              - smf_id
          m5zcxcont:
            enabled: true
            fields:
              - managed_system
              - job_name
              - container
              - cpu_total
              - cpu_user
              - cpu_system
              - io_bytes_read
              - io_bytes_total
              - io_bytes_write
              - io_calls_read
              - io_calls_total
              - io_calls_write
              - memory_usage
              - memory_max_usage
              - memory_cache
              - memory_rss
              - memory_swap
              - memory_mapped_file
              - memory_working_set
              - memory_failcnt
              - received_bytes
              - received_packets
              - received_errors
              - received_dropped
              - transmitted_bytes
              - transmitted_packets
              - transmitted_errors
              - transmitted_dropped
              - sysplex_name
              - smf_id
          m5zcxins:
            enabled: true
            fields:
              - managed_system
              - job_name
              - containers
              - cpu_total
              - cpu_user
              - cpu_system
              - io_bytes_read
              - io_bytes_total
              - io_bytes_write
              - io_calls_read
              - io_calls_total
              - io_calls_write
              - memory_usage
              - memory_max_usage
              - memory_cache
              - memory_rss
              - memory_swap
              - memory_mapped_file
              - memory_working_set
              - memory_failcnt
              - received_bytes
              - received_packets
              - received_errors
              - received_dropped
              - transmitted_bytes
              - transmitted_packets
              - transmitted_errors
              - transmitted_dropped
              - sysplex_name
              - smf_id 

After editing the configuration file, restart OMEGAMON Data Connect.

Last Updated: 7/20/26, 9:31 AM
Contributors: Graham Hannington, Povilas Nanevicius, Viaceslavas Michalkevicius, David Dai
Prev
View the starter dashboards