Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle WebLogic TSDB Enablement #7512

Closed
11 tasks done
harnish-elastic opened this issue Aug 23, 2023 · 0 comments · Fixed by #7518
Closed
11 tasks done

Oracle WebLogic TSDB Enablement #7512

harnish-elastic opened this issue Aug 23, 2023 · 0 comments · Fixed by #7518
Assignees
Labels
enhancement New feature or request Integration:oracle_weblogic Oracle WebLogic

Comments

@harnish-elastic
Copy link
Contributor

harnish-elastic commented Aug 23, 2023

Test Environment Setup

  • Creation of Oracle WebLogic Test Environment

Datastream : Deployed Application

Verification and validation

  • Verification of data in visualisation after enabling TSDB flag in kibana
  • Verification of the count of documents (before & after TSDB enablement) in Discover Interface
  • Verify if dimension field mapping is correct in the data stream template.

Datastream : ThreadPool

Verification and validation

  • Verification of data in visualisation after enabling TSDB flag in kibana
  • Verification of the count of documents (before & after TSDB enablement) in Discover Interface.
  • Verify if dimension field mapping is correct in the data stream template.

Enable TSDB by default - #7518

Screenshots

Deployed Application

image
image

"oracle_weblogic": {
          "properties": {
            "deployed_application": {
              "properties": {
                "deployment": {
                  "properties": {
                    "state": {
                      "properties": {
                        "name": {
                          "type": "keyword",
                          "ignore_above": 1024
                        },
                        "value": {
                          "type": "long",
                          "time_series_metric": "gauge"
                        }
                      }
                    }
                  }
                },
                "session_timeout": {
                  "type": "long",
                  "time_series_metric": "gauge"
                },
                "sessions": {
                  "properties": {
                    "open": {
                      "properties": {
                        "current": {
                          "type": "long",
                          "time_series_metric": "gauge"
                        },
                        "high": {
                          "type": "long",
                          "time_series_metric": "counter"
                        },
                        "total": {
                          "type": "long",
                          "time_series_metric": "counter"
                        }
                      }
                    }
                  }
                },
                "single_threaded_servlet_pool_size": {
                  "type": "long",
                  "time_series_metric": "gauge"
                },
                "source_info": {
                  "type": "keyword",
                  "time_series_dimension": true
                },
                "status": {
                  "type": "keyword",
                  "ignore_above": 1024
                }
              }
            }
          }
        }

image

ThreadPool

image
image

"oracle_weblogic": {
          "properties": {
            "threadpool": {
              "properties": {
                "mbean": {
                  "type": "keyword",
                  "time_series_dimension": true
                },
                "queue": {
                  "properties": {
                    "length": {
                      "type": "long",
                      "time_series_metric": "gauge"
                    }
                  }
                },
                "requests": {
                  "properties": {
                    "completed": {
                      "type": "long",
                      "time_series_metric": "counter"
                    },
                    "overload": {
                      "properties": {
                        "rejected": {
                          "type": "long",
                          "time_series_metric": "counter"
                        }
                      }
                    },
                    "pending": {
                      "type": "long",
                      "time_series_metric": "gauge"
                    }
                  }
                },
                "threads": {
                  "properties": {
                    "daemon": {
                      "type": "long",
                      "time_series_metric": "gauge"
                    },
                    "execute": {
                      "properties": {
                        "idle": {
                          "type": "long",
                          "time_series_metric": "gauge"
                        },
                        "total": {
                          "type": "long",
                          "time_series_metric": "counter"
                        }
                      }
                    },
                    "hogging": {
                      "type": "long",
                      "time_series_metric": "gauge"
                    },
                    "standby": {
                      "type": "long",
                      "time_series_metric": "gauge"
                    },
                    "stuck": {
                      "type": "long",
                      "time_series_metric": "gauge"
                    },
                    "total": {
                      "type": "long",
                      "time_series_metric": "gauge"
                    }
                  }
                },
                "throughput": {
                  "type": "double",
                  "time_series_metric": "gauge"
                },
                "work_manager": {
                  "properties": {
                    "capacity": {
                      "properties": {
                        "shared": {
                          "type": "long",
                          "time_series_metric": "gauge"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Integration:oracle_weblogic Oracle WebLogic
Projects
None yet
1 participant