Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jblomqvist
Specialist
Specialist

Security Rule: How to write a rule that blocks ExportAppData for all apps except the monitoring apps

Hello all,

How can I write a rule that blocks access exportappdata functionality on all apps except the two monitoring apps?

Can anyone please give me the expression?

1 Reply
Levi_Turner
Employee
Employee

Step 1: Disable the default rule ExportAppData

Step 2: Create a new rule:

  • Filter: App_*
  • Action: Export Data
  • Conditions: ((resource.stream.name="Monitoring apps") and resource.HasPrivilege("read"))
  • Context: Only in Hub

As a note, I had to restart the Engine Service to get reliable results. There must be some caching at the Engine layer which was interfering with things.