Remove unimplemented config entries and fix bug with valueNode.
This commit is contained in:
@@ -5,11 +5,3 @@ order: 20
|
||||
logsources:
|
||||
windows:
|
||||
product: windows
|
||||
|
||||
netflow:
|
||||
product: netflow
|
||||
index: flows
|
||||
|
||||
flow:
|
||||
category: flow
|
||||
index: flows
|
||||
|
||||
@@ -174,7 +174,7 @@ class LimaCharlieBackend(BaseBackend):
|
||||
raise TypeError("Backend does not support map values of type " + str(type(value)))
|
||||
|
||||
def generateValueNode(self, node):
|
||||
return self.valueExpression % (str(node),)
|
||||
return node
|
||||
|
||||
def generateNULLValueNode(self, node):
|
||||
generated = self.generateNode(node.item)
|
||||
|
||||
Reference in New Issue
Block a user