Feature #1177
Allow user-based lookup files
Start date:
01/22/2016
Due date:
% Done:
100%
Description
Add the option to have lookups made in the user's directory.
Logic for determining if a lookup should be made in the user's directory:
If the user is not an admin (admin_all_objects), then make the lookup in the user's directory (/Library/Splunk/splunk_sp/etc/users/luke/lookup_editor/lookups/lukeup.csv). Another option is to ask the user if they want this to be a user-local lookup.
Subtasks
History
#1 Updated by Luke Murphey almost 9 years ago
Need to make sure that the controller makes the lookups in the correct path; seems like save() may not.
Not sure why the value of resolve_lookup_filename() isn't used for making the lookup (instead the variable destination_full_path is used).
#2 Updated by Luke Murphey almost 9 years ago
Need to clarify what resolve_lookup_filename() does.
#3 Updated by Luke Murphey almost 9 years ago
- Status changed from New to In Progress
#4 Updated by Luke Murphey almost 9 years ago
- Description updated (diff)
#5 Updated by Luke Murphey almost 9 years ago
- Status changed from In Progress to Closed