Uploaded image for project: 'Network Observability'
  1. Network Observability
  2. NETOBSERV-1244

Default UI filters should show ingress traffic

    • Icon: Story Story
    • Resolution: Done
    • Icon: Major Major
    • netobserv-1.5
    • netobserv-1.4, netobserv-1.5-candidate
    • Console Plugin
    • None
    • False
    • None
    • False
    • Hide
      Previously, flow coming or going to an Openshift namespace were considered as an infrastructure flow. Now if one namespace, either source or destination is not Openshift, the flow is not considered as an infrastructure flow.
      This change modifies the default Quick Filters configured in the FlowCollector. If you are upgrading from a previous version of Network Observability, you would need to manually update the FlowCollector to get this feature working. In "spec.consolePlugin.quickFilters", modify the filters named "Applications" and "Infrastructure" as such:
                          - default: true
                            filter:
                              flow_layer: app
                            name: Applications
                          - filter:
                              flow_layer: infra
                            name: Infrastructure
      This change is optional: if you don't do it, filters will just continue to work as previously.
      Show
      Previously, flow coming or going to an Openshift namespace were considered as an infrastructure flow. Now if one namespace, either source or destination is not Openshift, the flow is not considered as an infrastructure flow. This change modifies the default Quick Filters configured in the FlowCollector. If you are upgrading from a previous version of Network Observability, you would need to manually update the FlowCollector to get this feature working. In "spec.consolePlugin.quickFilters", modify the filters named "Applications" and "Infrastructure" as such:                     - default: true                       filter:                         flow_layer: app                       name: Applications                     - filter:                         flow_layer: infra                       name: Infrastructure This change is optional: if you don't do it, filters will just continue to work as previously.
    • NetObserv - Sprint 241, NetObserv - Sprint 242, NetObserv - Sprint 243, NetObserv - Sprint 244, NetObserv - Sprint 245, NetObserv - Sprint 246, NetObserv - Sprint 247, NetObserv - Sprint 248

      The most common use of OpenShift by customers is to access business applications from outside of the cluster via ingress/haproxy.

      It would be nice if the console defaults would allow the display of ingress traffic.   The openshift-* filter currently blocks it in 4.14.

       

      A possible implementation would be by adding an "IsInfra" flag from FLP instead of relying on regex on namespaces in filters

            ocazade@redhat.com Olivier Cazade
            mifiedle@redhat.com Mike Fiedler
            Mehul Modi Mehul Modi
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: