All Apps and Add-ons

Moving from McAfee VSE to ENS

chris
Motivator

Hi,

I used the following DB Query to find out at what VSE version our clients have:

| dbxquery connection="ePO_server" query="SELECT
|EPOLeafNode.NodeName, EPOLeafNode.LastUpdate,
|EPOProdPropsView_VIRUSCAN.datver AS vse_dat_version,
|EPOComputerProperties.UserName AS [user] FROM EPOLeafNode LEFT JOIN
|EPOProdPropsView_VIRUSCAN ON EPOLeafNode.AutoID =
|EPOProdPropsView_VIRUSCAN.LeafNodeID LEFT JOIN EPOComputerProperties ON
|EPOLeafNode.AutoID = EPOComputerProperties.ParentID"

We are moving to ENS now, has anyone gone through the trouble of implementing a similar query for ENS?
I know that this is not a Splunk problem, I will also post on the McAfee forums.

Regards
Chris

0 Karma
1 Solution

chris
Motivator

One of my team mates found a solution:

| dbxquery connection="ePO_server" query="SELECT
EPOLeafNode.NodeName, EPOLeafNode.LastUpdate,
EPOProdPropsView_THREATPREVENTION.verDAT32Major AS AMCoreContent,
EPOComputerProperties.UserName AS [user] FROM EPOLeafNode LEFT JOIN
EPOProdPropsView_THREATPREVENTION ON EPOLeafNode.AutoID =
EPOProdPropsView_THREATPREVENTION.LeafNodeID LEFT JOIN EPOComputerProperties ON
EPOLeafNode.AutoID = EPOComputerProperties.ParentID"

Regards
Chris

View solution in original post

0 Karma

chris
Motivator

One of my team mates found a solution:

| dbxquery connection="ePO_server" query="SELECT
EPOLeafNode.NodeName, EPOLeafNode.LastUpdate,
EPOProdPropsView_THREATPREVENTION.verDAT32Major AS AMCoreContent,
EPOComputerProperties.UserName AS [user] FROM EPOLeafNode LEFT JOIN
EPOProdPropsView_THREATPREVENTION ON EPOLeafNode.AutoID =
EPOProdPropsView_THREATPREVENTION.LeafNodeID LEFT JOIN EPOComputerProperties ON
EPOLeafNode.AutoID = EPOComputerProperties.ParentID"

Regards
Chris

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...