Hi,
I have an instance of splunk installed on a remote unix server. Splunk run with user "splunk" which is in group "admin".
When I edit an xml view, and save it from the splunkweb interface, the permissions to the file are set to:
-rw------- 1 splunk splunk 5398 2013-04-24 14:34 MyEditedXMLView
which is quite inconvenient, as I have also a sftp service on this server, and develop js/ xml in local, and then "commit" the changes on the server, using a user which is also in the admin group.
I would like splunk to write the file with rw-rw---- splunk admin
so I can access it and modify it using my sftp service.
Is it intentional? Is there a way to get around this?
Guilhem