Show all labels / Rename labels

Hi,

ist it possible to

  • Show all existing labels?
  • Rename a specific label (which effects then all relevant hosts/rules)?

Thanks! :slight_smile:

Hi @KluthR,

you can show all existing labels on the cli as site user:

lq "GET hosts\nColumns: labels" | tr , '\n' | sort -u
lq "GET services\nColumns: labels" | tr , '\n' | sort -u

Karl

3 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.