Difference between host_inventory and endpoint in XQL Query

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Difference between host_inventory and endpoint in XQL Query

L1 Bithead

Hello,

 

I'm trying to search for all installed vpn on endpoints using an XQL Query.

Before going further in my query, I'm trying to list all hosts where the application name contains "*vpn*".

 

This result and the result from host insight doing the same search are different. Somes endpoints are not showing in the query. So I've tried to search for those missing endpoints in query. I only find them when using the dataset "endpoints". I can't find them using host_inventory.
Why?

1 accepted solution

Accepted Solutions

L4 Transporter

Hello @RemiLiquete 

 

Thanks for reaching out on LiveCommunity!

Possible reason for not getting same number of hosts in endpoint and host_inventory dataset can be that the host insight capability was not enabled for all the hosts in agent setting profile. Other possible reason can be that you have limited number of Host Insight licenses which are required for host_inventory to work. Hence you may be missing out data from some of the hosts in host_inventory dataset.

View solution in original post

5 REPLIES 5

L4 Transporter

Hello @RemiLiquete 

 

Thanks for reaching out on LiveCommunity!

Possible reason for not getting same number of hosts in endpoint and host_inventory dataset can be that the host insight capability was not enabled for all the hosts in agent setting profile. Other possible reason can be that you have limited number of Host Insight licenses which are required for host_inventory to work. Hence you may be missing out data from some of the hosts in host_inventory dataset.

Hello @nsinghvirk

 

Thank you for your answer!

You're right, this is a licenses problem; I didn't check that.

Hey @RemiLiquete

 

please set me know if you also have the problem to get them inside host inventory when your licence issue is solved. 

In my opinion you have to reinstall the agent, because I have severall clients which are not visible in the host inventory after license upgrade.

 

BR

Rob 

Hello, thank you for the information.
For now, I did not resolve this issue since it's not impacting for now. I let you know if it changes.

You're welcome!

Maybe you have more visibility with this XQL:

 


config case_sensitive = false
| dataset = endpoints
|join conflict_strategy = both type = left (dataset = host_inventory ) as HI HI.host_name = endpoint_name and HI.agent_domain = domain
|fields domain , endpoint_name, last_seen, host_name, endpoint_status
|filter host_name = null
|sort desc last_seen

  • 1 accepted solution
  • 1373 Views
  • 5 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!