We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
case : https://xxxxx-xxxxx.xxxxx.io/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h%2Fh,to:now))&_a=(columns:!(),filters:!(),index:'7bcc7bb0-4a37-11ef-920c-b92aa0004024',interval:auto,query:(language:kuery,query:'user_id%20171177%20and%20event_name%20long_task_duration'),sort:!(!(timestamp,desc))) but result is : https://xxxxx-xxxxx.xxxxx.io/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h%2Fh,to:now))&_a=(columns:!(),filters:!(),index:'7bcc7bb0-4a37-11ef-920c-b92aa0004024',interval:auto,query:(language:kuery,query:'user_id%20171177%20and%20event_name%20long_task_duration'),sort:!(!(timestamp,desc)
miss two ‘)’
The text was updated successfully, but these errors were encountered:
other case : https://xxxxx.xxxxx.xxxxx.xxxxx.com/api/v1/namespaces/kube-system/services/kibana-logging/proxy/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:'2024-04-15T05:01:50.508Z',mode:absolute,to:'2024-04-15T05:04:30.000Z'))&_a=(columns:!(_source),index:c7d41c20-67ae-11ec-b9c0-67671ee70594,interval:auto,query:(language:lucene,query:fill_vk_user_active_info),sort:!('@timestamp',desc)) result is : https://xxxxx.xxxxx.xxxxx.xxxxx.com/api/v1/namespaces/kube-system/services/kibana-logging/proxy/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:'2024-04-15T05:01:50.508Z',mode:absolute,to:'2024-04-15T05:04:30.000Z'))&_a=(columns:!(_source),index:c7d41c20-67ae-11ec-b9c0-67671ee70594,interval:auto,query:(language:lucene,query:fill_vk_user_active_info),sort:!('@timestamp',desc)
miss one ')'
but those link is right in X or github or some software
Sorry, something went wrong.
No branches or pull requests
case : https://xxxxx-xxxxx.xxxxx.io/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h%2Fh,to:now))&_a=(columns:!(),filters:!(),index:'7bcc7bb0-4a37-11ef-920c-b92aa0004024',interval:auto,query:(language:kuery,query:'user_id%20171177%20and%20event_name%20long_task_duration'),sort:!(!(timestamp,desc)))
but result is : https://xxxxx-xxxxx.xxxxx.io/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h%2Fh,to:now))&_a=(columns:!(),filters:!(),index:'7bcc7bb0-4a37-11ef-920c-b92aa0004024',interval:auto,query:(language:kuery,query:'user_id%20171177%20and%20event_name%20long_task_duration'),sort:!(!(timestamp,desc)
miss two ‘)’
The text was updated successfully, but these errors were encountered: