|
After the 4.1 upgrade we are getting errors in the GUI The lookup table 'port_security_list" does not exist. It is referenced by configuration 'wtmp'. The lookup table 'port_security_list" does not exist. It is referenced by configuration 'wmi'. The error does not appear in any of the var/logs/splunk logfiles. The only place I have found a reference is in splunk/etc/apps/SplunkPCIComplianceSuite/defaults/transforms.conf How do we fix this? Trevor |
|
This is an issue with the way that lookup table scoping is handled in 4.1 - I had a similar issue. Doc link here: http://www.splunk.com/base/Documentation/latest/Developer/Step5SetPermissions#make_objects_globally_available I was able to get past it by adding [lookups] to the default.meta or local.meta files in each app having the issue. Note: This will make the lookup table available globally, which might not be desirable, but you should be able to set the scoping as specifically as you want. If this is the problem, the migration script should have identified the possibility, but perhaps the message was missed.
(27 Apr '10, 20:21)
jrodman ♦
|
