korrel8r generate the query string as below, the keys are not logging recognized key. It should be {"k8s_namespace_name":"openshift-console","k8s_pod_name":"console-c8f96fd74-gcmnp"}

Step to reproduce:
- deploy cluster-logging
- deploy COO using the latest fbc
- go to workload->Openshift-Console --> pod and then show the troubleshoot node.
- click the log infrastructure node
Actual Result
{ "namespace":"openshift-console","name" :"console-c8f96fd74-k8b59" }Expected result:
{ "k8s_namespace_name":"openshift-console", "k8s_pod_name":"console-c8f96fd74-k8b59" }