-
JupiterOne 2019.26 Release
2019-07-15 We focused mostly on technical backend/frontend improvements this past sprint around performance, scalability, and core platform infrastructure. This lays the ground work to allow us to bring you more exciting capabilities faster and more reliably going forward. While that was happening, we did manage to squeeze…
-
JupiterOne 2019.24 Release
2019-06-11 New Features * Query language now supports group by aggregates based on entity attributes in addition to relationships. For example, try: // Count number of pull requests by repo and then stateFind PR as pr return pr.repository, pr.state, count(pr) or // Count unencrypted data stores by typeFind DataStore with…
-
JupiterOne 2019.21 Release
2019-04-30 New Features * Alerts app updated and released with the following capabilities: * New UX that combines alerts and findings management into one app * Updated UI for creating/editing alert rules * Ability to import alert rule packs. See available rule packs at: https://github.com/JupiterOne/jupiterone-alert-rules/…
-
JupiterOne 2019.18 Release
2019-03-18 New Features * Major UI update to provide a true single page app experience. * Brand new experience for integrations configuration. * New ingestion and analysis from AWS: * AWS Transfer for SFTP servers and users. Try this query: Find aws_accountthat HAS aws_transferthat HAS Hostthat HAS Userthat RELATES TO…
-
JupiterOne 2019.36 Release
2019-12-23 New Features * Lots of UI/UX updates to the Insights app: * Added the ability to drag-n-drop Insights boards to re-arrange them in the menu side drawer. * Added the ability to clone a board. Admin users can also clone a board and save it as a new shared/team board. * Improved UX for adding and updating boards. *…
-
JupiterOne 2019.35 Release
2019-12-10 New Features * Exciting new capabilities added to alert rules, including: * Added mapping and templating capability in alert rules that allows detailed data from alerts to be used in alert actions. bucket name and other details of each bucket to the email body or thedescription of a Jira ticket.See more details…
-
JupiterOne 2019.34 Release
2019-11-26 Major query performance improvement in this release -- queries with relationships (graph traversals) are now 2x-10x faster! See more details in the Improvements section below. Also note that we have started enforcing API rate limits. New Features * Added ability to download query results as CSV or JSON from the…
-
JupiterOne 2019.33 Release
2019-11-12 New Features * Added math support in J1QL queries! Math operations can also be combined with aggregation functions. For example: What is my database backup cost per AWS account? FIND (aws_db_cluster_snapshot|aws_db_snapshot) as snapshotRETURNsnapshot.tag.AccountName as Account,sum(snapshot.allocatedStorage) *…
-
JupiterOne 2019.31 Release
2019-10-14 This past two weeks was another one of those sprints where we focused mostly on code and infrastructure improvements (aka 'tech debts'). New Features * You can see all the question tags at once and easily filter by tags from the Query Library: * Improved mapping with between policy controls/procedures, query…
-
JupiterOne 2019.30 Release
2019-09-30 New Features * Added J1QL docs in-app to the Query Library. you can access the docs with the Library open side-by-side as you run queries. You can even try any of the queries mentioned in the docs directly — just click the play button next to a query! * Other updates in the Landing app: * Added support to page…