Community
Questions Library
Docs
Blog
Events
Swag
Github
Slack
JupiterOne
Discussions
Release Notes
Contact Us
JupiterOne 2019.26 Release - AskJ1 Community
<main> <article class="userContent"> <p>2019-07-15</p> <p><em>We focused mostly on technical backend/frontend improvements this past sprint<br> around performance, scalability, and core platform infrastructure. This lays the<br> ground work to allow us to bring you more exciting capabilities faster and more<br> reliably going forward.</em></p> <p><em>While that was happening, we did manage to squeeze in a few new things.</em></p> <h2 data-id="early-access-beta-features">Early Access / Beta Features</h2> <ul><li><p>Alert rules now support <code class="code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline" spellcheck="false" tabindex="0">SEND_SLACK_MESSAGE</code> as an action, using a<br> pre-configured Slack Webhook to send alert message to a specific channel.</p> <p>For example:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">{ ... "operations": [ { ... "actions": [ ... { "type": "SEND_SLACK_MESSAGE", "webhookUrl": "<a href="https://hooks.slack.com/services/A1B2C3D4E/BCBD12345/.." rel="nofollow">https://hooks.slack.com/services/A1B2C3D4E/BCBD12345/..</a>." } ] } ] } </pre></li> </ul><h2 data-id="improvements-and-bug-fixes">Improvements and Bug Fixes</h2> <ul><li><p>Fixed an issue where in certain scenarios, expanding a graph node to bring up<br> additional neighbors did not work.</p></li> <li><p>Added scrolling pagination to the Vulnerability and Findings view in the<br> Alerts app.</p></li> <li><p>AWS integration:</p> <ul><li>Added ENI and EIP support</li> <li>Added Route53 Zones and Records support</li> <li>Fixed an issue where security group rules pointing to external IP<br> addresses / hosts were not properly mapped</li> </ul></li> <li><p>Added <code class="code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline" spellcheck="false" tabindex="0">_integrationType</code> and <code class="code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline" spellcheck="false" tabindex="0">_integrationClass</code> metadata properties to<br> entities from integrations, so that they can be queried like:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">Find * with _integrationType='aws' as e return e._type, count(e) </pre></li> <li><p>Bugs fixes across integrations</p></li> <li><p>Improved mapper performance and tweaked a few mapping rules - docs around how<br> mapper works coming soon</p></li> <li><p>Added "handle bar" on top of each Insights chart, so that text of a chart<br> (especially from a table) can be selected without the chart being dragged<br> around</p></li> <li><p>Misc. UI/UX improvements across Alerts, Insights, and Compliance apps</p></li> <li><p>Added support to create/update question in <code class="code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline code codeInline" spellcheck="false" tabindex="0">jupiterone-client-nodejs</code> and CLI</p></li> <li><p>Limitations on free/community accounts are now being enforced. See the<br><a rel="nofollow" href="../faqs/faqs-account-billing.md">accounts and billing FAQ</a> for more details.</p></li> </ul> </article> </main>