Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-8620

As ACM user, I want to customize fields collected by search

XMLWordPrintable

    • Icon: Epic Epic
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Search
    • Search configurable collection
    • False
    • Hide

      None

      Show
      None
    • False
    • In Progress
    • ACM-10062 - Dynamic Configurability of Search Collection (Tech Preview)
    • ACM-10062Dynamic Configurability of Search Collection (Tech Preview)
    • 58% To Do, 4% In Progress, 38% Done

      Currently, only generic information for majority of kube resources are collected.
      Hence, for example, when querying for HostFirmwareSettings, no system info is returned. I.e. SystemManufacturer/SystemModelName/etc.

      E.g. 

      {"input":[    
          {
              "filters":[
                  {"property":"kind","values":["HostFirmwareSettings"]}]           
          }
      ]} 

      Expected result:

      {
          "kind": "HostFirmwareSettings",
          ...
          "SystemManufacturer": "Dell Inc.",
          "SystemMeVersion": "4.4.4.401 - 0x9D5",
          "SystemModelName": "PowerEdge XR12",
      }

      To support this functionality, the json paths can probably be used for extraction in the search collector component. See thread.

       

              jpadilla@redhat.com Jorge Padilla
              derez@redhat.com Daniel Erez
              Xiang Yin Xiang Yin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: