Security

Event Type Permissions

sbgoldberg13
Explorer

Is there a way to easily set all event type permissions to global? Some of my apps have many event types and none are global...

Thanks.

0 Karma
1 Solution

woodcock
Esteemed Legend

From the CLI, you can go to the app where they are defined, create a metadata directory and inside of that, create a local.meta file with these contents:

[eventtypes]
access = read : [ * ], write : [ admin ]
export = system

View solution in original post

0 Karma

woodcock
Esteemed Legend

From the CLI, you can go to the app where they are defined, create a metadata directory and inside of that, create a local.meta file with these contents:

[eventtypes]
access = read : [ * ], write : [ admin ]
export = system
0 Karma

sbgoldberg13
Explorer

Thanks woodcock!

0 Karma

sbgoldberg13
Explorer

@woodcock

Is the principal the same for macros? Go to the app on the deployment server and do the above for [macros] ?

0 Karma

woodcock
Esteemed Legend

Yes, I just answered your post regarding macros.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...