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:
      kc5:
        enabled: true
        tables:
          cicscdm:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - tcb_mode_name
              - real_time_cics_spent_in_mvs_wait
              - total_of_real_time_tcb_has_been_dispatched_by_mvs
              - cpu_time_used_by_this_tcb_for_dispatcher_task
              - total_cpu_time_used_by_this_tcb
          cicsbna:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - detailed_short_term_percentage
              - detailed_long_term_percentage
              - resource_type
              - resource_name
              - wait_type
              - resource_type_name
              - short_term_sample_count
              - long_term_sample_count
              - short_term_elapsed_time
              - long_term_elapsed_time
              - display_threshold
              - translated_wait_reason
          cicswbs:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - web_service_name
              - pipeline_name
              - program_name
              - urimap_name
              - program_interface
              - status
              - type
              - current_request_rate
              - current_timeout_percent
              - average_response_time
              - total_number_of_faults
              - total_number_of_timeouts
              - hwm_of_response_time
              - hwm_of_request_body_length
              - hwm_of_response_body_length
          wss:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - percent_of_time_waiting_on_adabas
              - average_response_time
              - greater_than_400_pct_of_goal_transaction_count
              - one_hundred_pct_of_goal_transaction_count
              - one_hundred_and_ten_pct_of_goal_transaction_count
              - one_hundred_and_twenty_pct_of_goal_transaction_count
              - one_hundred_and_thirty_pct_of_goal_transaction_count
              - one_hundred_and_forty_pct_of_goal_transaction_count
              - one_hundred_and_fifty_pct_of_goal_transaction_count
              - two_hundreds_pct_of_goal_transaction_count
              - four_hundreds_pct_of_goal_transaction_count
              - fifty_pct_of_goal_transaction_count
              - sixty_pct_of_goal_transaction_count
              - seventy_pct_of_goal_transaction_count
              - eighty_pct_of_goal_transaction_count
              - ninety_pct_of_goal_transaction_count
              - percent_of_time_waiting_on_db2
              - percent_of_time_waiting_on_datacom
              - percent_of_time_waiting_on_dli
              - percent_of_time_waiting_on_file_control
              - goal_type
              - goal_response_time
              - percent_of_time_waiting_on_idms
              - percent_of_time_waiting_on_journal_control
              - percent_of_time_waiting_on_mro
              - percent_of_time_waiting_on_unidentifiable
              - percent_of_goal
              - performance_index
              - percent_of_time_waiting_on_redispatch
              - service_class_name
              - summary_type
              - percent_of_time_waiting_on_supra
              - percent_of_time_waiting_on_td_io
              - transactions_total
              - transaction_id
              - transaction_rate_per_minute
              - percent_of_time_waiting_on_ts_io
              - percent_of_time_waiting_on_mq
              - percent_of_time_waiting_on_interval_control
              - percent_of_time_waiting_on_enq_delay
              - average_time_using_cpu
              - average_dispatch_time
              - percent_of_time_waiting_for_1st_dispatch
              - average_dsa_storage_occupied
              - average_edsa_storage_occupied
              - number_of_abended_transactions
          cicstss:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - pools_defined
              - pools_connected
              - write_requests
              - percent_aux_cis_in_use
              - percent_aux_active_strings
              - percent_aux_buffers_in_use
              - total_tasks_suspended
              - main_storage_used
              - percent_main_storage_used
          cicsrov:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - cics_version
              - region_status
              - transaction_rate
              - maximum_tasks_percent
              - cpu_utilization
              - io_rate
              - page_rate
              - storage_violations
              - ices
              - sos
              - worst_region_performance_index
              - worst_region_service_class_name
              - queued_remote_requests
              - asid
              - rls_status
              - cicsplex_name
              - highest_pct_class_maxt
          cicsstor:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - area
              - sos
              - percent_used
              - storage_available
              - storage_limit
              - storage_allocated
              - storage_in_use
              - page_pool_area
              - region_size
              - zos_storage_free
          kcpwss:
            enabled: true
            fields:
              - origin_node
              - percent_of_time_waiting_on_adabas
              - average_response_time
              - greater_than_400_pct_of_goal_transaction_count
              - one_hundred_pct_of_goal_transaction_count
              - one_hundred_and_ten_pct_of_goal_transaction_count
              - one_hundred_and_twenty_pct_of_goal_transaction_count
              - one_hundred_and_thirty_pct_of_goal_transaction_count
              - one_hundred_and_forty_pct_of_goal_transaction_count
              - one_hundred_and_fifty_pct_of_goal_transaction_count
              - two_hundreds_pct_of_goal_transaction_count
              - four_hundreds_pct_of_goal_transaction_count
              - fifty_pct_of_goal_transaction_count
              - sixty_pct_of_goal_transaction_count
              - seventy_pct_of_goal_transaction_count
              - eighty_pct_of_goal_transaction_count
              - ninety_pct_of_goal_transaction_count
              - percent_of_time_waiting_on_db2
              - percent_of_time_waiting_on_datacom
              - percent_of_time_waiting_on_dli
              - percent_of_time_waiting_on_file_control
              - goal_type
              - goal_response_time
              - percent_of_time_waiting_on_idms
              - percent_of_time_waiting_on_journal_control
              - percent_of_time_waiting_on_mro
              - percent_of_time_waiting_on_unidentifiable
              - percent_of_goal
              - performance_index
              - percent_of_time_waiting_on_redispatch
              - service_class_name
              - summary_type
              - percent_of_time_waiting_on_supra
              - percent_of_time_waiting_on_td_io
              - transactions_total
              - transaction_id
              - transaction_rate_per_minute
              - percent_of_time_waiting_on_ts_io
              - percent_of_time_waiting_on_mq
              - percent_of_time_waiting_on_interval_control
              - cicsplex_name
              - percent_of_time_waiting_on_enq_delay
              - average_time_using_cpu
              - average_dispatch_time
              - percent_of_time_waiting_for_1st_dispatch
              - average_dsa_storage_occupied
              - average_edsa_storage_occupied
              - number_of_abended_transactions
          cicscos:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - connection_type
              - allocation_rate
              - allocate_percentage
          con:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - connected_system_name
              - connection_type
              - number_of_links_defined
              - number_of_links_in_use
              - percent_of_links_in_use
              - connection_name
              - connection_status
              - link_allocation_rate
          vsam:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - dataset_name
              - vsam_enable_status
              - data_ca_split_total
              - data_ci_split_total
              - total_string_waits
              - number_of_data_records
              - number_of_data_inserts
              - number_of_data_retrieves
              - number_of_data_updates
              - number_of_data_deletes
          cicsrat:
            enabled: true
            fields:
              - origin_node
              - system_id
              - cics_region_name
              - transaction_id
              - rate_per_minute
          kcpplx:
            enabled: true
            fields:
              - origin_node
              - cicsplex_name
              - number_of_regions
              - transaction_rate
              - io_rate
              - page_rate
              - storage_violations
              - ices
              - current_string_waits
              - current_buffer_waits
              - cpu_utilization
              - higest_maxt_percent
              - any_sos_regions
              - all_vtam_acbs_open
              - worst_performance_index
              - sos_region
              - cicsplex_version

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