Solved

Wildcard matches on URL pathname - "Partial wildcards are not supported"

  • 23 January 2023
  • 2 replies
  • 86 views

Hi everyone,

How can I group the following URLs into a single page?

https://mydomain.com/app/dashboards#/view/kubernetes-12345

https://mydomain.com/app/dashboards#/view/kubernetes-abcde

https://mydomain.com/app/dashboards#/view/kubernetes-zyxwv

 

I can only see a way to use a wildcard if I have “/” before the *:

 

e.g.

app/dashboards#/view/kubernetes/*

 

However, this isn’t how my URLs are structured - I need to use:

 

app/dashboards#/view/kubernetes*

(this errors out and says “Partial wildcards are not supported. "*" can't be combined with other characters.”)

 

Anyone know if this is possible to achieve?

 

icon

Best answer by megan 24 January 2023, 14:53

View original

2 replies

Userlevel 5
Badge

Hi @roshan_elastic! Thanks for reaching out. Unfortunately, there isn’t a way to use partial wildcards for page setup. I’ve passed along your use case to our Product Manager to make sure it’s on their radar for future consideration. In the meantime, if feasible, you could set up each individual URL under one page like so. Totally understand that this might not be manageable depending on the volume of URLs you’re working with, but wanted to at least throw it out there as an option!
 

 

Thanks @megan - appreciated!

 

I’ve done that in the interim but thanks for the quick response/clarification!

Reply