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
  • Transaction Analysis Workbench Elastic samples

    • Overview

      • Introduction
      • Requirements
    • Configuring Elastic

      • Elasticsearch ILM policy
      • Elasticsearch index template
      • Logstash pipeline
    • Installing the dashboards

      • Overview
      • Create a Kibana space for the bundle
      • Import Kibana saved objects
      • Customize Kibana space settings
      • Provide data
      • View the dashboards

Provide data

In your copy of the transaction-analysis-workbench-elastic repository, the file fuw-sample-data/fuw_sample_data.zip contains sample data from Transaction Analysis Workbench.

Forwarding the sample data

  1. Unzip the file

  2. Use a TCP forwarder to send the sample data file, fuw_sample_data.jsonl, to the listening TCP port.

For example, via socat:

socat -u fuw_sample_data.jsonl TCP4:localhost:5046

or ncat:

ncat --send-only -v localhost 5046 < fuw_sample_data.jsonl
Last Updated: 9/14/22, 4:22 PM
Contributors: Viaceslavas Michalkevicius
Prev
Customize Kibana space settings
Next
View the dashboards