The url of kibana is not showing as expected

Hello, This is my first post.
I am trying to see the logs as per the filter applied on Elasticsearch but as soon as i go to kibana the url in the app state, instead of showing me the filters of Elasticsearch, it is getting replaced by the index. I have looked and naarowed it down that the filters are applied in the app state of the url.

This is the url i want to recieve:
[https://pqr.com/kibana/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now%2Fy,mode:quick,to:now))&_a=(columns:!(_source),filters:!((from:1,query:(bool:(filter:!((bool:(minimum_should_match:1,should:!((match:(project_name:xyz)),(match:(labels.project_name:xyz))))),(bool:(minimum_should_match:1,should:!((match:(component_name:abc)),(match:(labels.component_name:abc))))),size:50,sort:!((timestamp:(order:asc))))))](https://pqr.com/kibana/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now%2Fy,mode:quick,to:now))&_a=(columns:!(_source),filters:!((from:1,query:(bool:(filter:!((bool:(minimum_should_match:1,should:!((match:(project_name:xyz)),(match:(labels.project_name:xyz))))),(bool:(minimum_should_match:1,should:!((match:(component_name:abc)),(match:(labels.component_name:abc))))),size:50,sort:!((timestamp:(order:asc)))))))

But instead i am getting this:

[https://pqr.com/kibana/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now%2Fy,mode:quick,to:now))&_a=(columns:!(_source),index:c7144c10-b4b1-11ec-b037-ed321757fae2,interval:auto,query:(language:lucene,query:''),sort:!('@timestamp',desc))]

As you can see that the whole filter is the filrst url coming from Elasticsearch is getting replaced by index.
Thanks in advance for your help.

ES version - 6.6.1
kibana version - 6.6.1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.