How do I get a COUNT of all active integrations in my JupiterOne account?

jdowdy
jdowdy ✭✭✭✭✭
edited April 2022 in Security Operations
Is there a query that will give me a COUNT of all active integrations in my JupiterOne account?

Answers

  • crystralRamirez
    crystralRamirez ✭✭✭✭✭
    This query should give you a count of all configured JupiterOne integrations:

    FIND jupiterone_integration AS integration
    RETURN 
        COUNT(integration)

    Alternatively, you can see a graphical view of all configured integrations by doing the following:
    • In JupiterOne click the gear icon in the top-right nav bar
    • Click on "Integrations"
    • Click on "Configured"

This Month's Leaders