Refine your search:

2
1

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

asked 19 Apr '10, 20:22

tcotton's gravatar image

tcotton
223
accept rate: 0%

edited 30 Aug '10, 18:14

Justin%20Grant's gravatar image

Justin Grant
1.5k6739


One Answer:

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]
export=system

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.

link

answered 21 Apr '10, 14:16

muebel's gravatar image

muebel ♦
1.0k117
accept rate: 40%

edited 27 Apr '10, 16:30

Mick's gravatar image

Mick ♦
4.0k1327

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 ♦
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×14
×11

Asked: 19 Apr '10, 20:22

Seen: 1,052 times

Last updated: 30 Aug '10, 18:14

Copyright © 2005-2012 Splunk, Inc. All rights reserved.