Created
November 27, 2018 14:17
-
-
Save jfrantz1-r7/97df8e691a2971a6455df0d07c38241c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT da.ip_address, da.host_name, ds.vendor, ds.name as software_name, ds.family, ds.version | |
| FROM dim_asset_software das | |
| JOIN dim_software ds using (software_id) | |
| JOIN dim_asset da on da.asset_id = das.asset_id | |
| WHERE ds.name like'%event-stream%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment