Bug 1456238 - [RFE] Add ipv4 and ipv6 to metrics and logs records
Summary: [RFE] Add ipv4 and ipv6 to metrics and logs records
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine-metrics
Classification: oVirt
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ovirt-4.1.3
: 1.0.4.3
Assignee: Shirly Radco
QA Contact: Lukas Svaty
URL:
Whiteboard:
Depends On:
Blocks: oVirt-Metrics-and-Logs 1456459
TreeView+ depends on / blocked
 
Reported: 2017-05-28 08:58 UTC by Shirly Radco
Modified: 2017-07-06 13:12 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-06 13:12:03 UTC
oVirt Team: Metrics
Embargoed:
rule-engine: ovirt-4.1?
rule-engine: planning_ack?
rule-engine: devel_ack+
lsvaty: testing_ack+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 77466 0 master MERGED fluentd: added ipv4 and ipv6 to records 2017-06-01 08:27:51 UTC

Description Shirly Radco 2017-05-28 08:58:29 UTC
Description of problem:
We would like to add ipv4 and ipv6 addresses as part of the metrics and logs records.

Comment 1 Lukas Svaty 2017-06-22 09:59:28 UTC
both reported correctly see sample:
ovirt-engine-metrics-1.0.4.2-1.el7ev.noarch


{
  "_index": "project.ovirt-metrics-engine.6fa1c7ec-5685-11e7-94be-001a4a803f01.2017.06.22",
  "_type": "com.example.viaq",
  "_id": "AVzPO-Dq-JHtk37G2ong",
  "_score": null,
  "_source": {
    "hostname": "ls-engine1.example.com",
    "collectd": {
      "interval": 10,
      "plugin": "cpu",
      "plugin_instance": "0",
      "type": "percent",
      "type_instance": "user",
      "cpu": {
        "percent": 1.73116089613035
      }
    },
    "tag": "project.ovirt-metrics-engine",
    "ovirt": {
      "entity": "engine"
    },
    "ipaddr4": "9999.999.999.999",
    "ipaddr6": "FFFF:FFFF:0:FFFF:FFF:FFFF:FFFF:FFFF",
    "@timestamp": "2017-06-22T11:56:48+02:00",
    "kubernetes": {
      "namespace_name": "ovirt-metrics-engine",
      "pod_name": "mux",
      "namespace_id": "6fa1c7ec-5685-11e7-94be-001a4a803f01",
      "container_name": "mux-mux"
    }
  },
  "fields": {
    "@timestamp": [
      1498125408000
    ]
  },
  "sort": [
    1498125408000
  ]
}


Note You need to log in before you can comment on or make changes to this bug.