Updating sidebar content on Manage Packs (#857)

* Updating sidebar content on Manage Packs

* Updating documentation link and some spelling issues
This commit is contained in:
Kyle Knight 2017-01-10 13:09:55 -06:00 committed by GitHub
parent 73035877b3
commit 9ed7c44d0f
2 changed files with 18 additions and 4 deletions

View file

@ -37,12 +37,17 @@ const PackInfoSidePanel = () => {
<dd>Record full query result each time.</dd>
</dl>
<h4 className={`${baseClass}__subtitle`}>Where do I find results?</h4>
<p>
Packs are distributed to specified <b>targets</b>. Targets may be
<b>individual hosts</b> or groups of hosts called <b>labels.</b>
Packs are distributed to specified <b>targets</b>. Targets may be <b>individual hosts</b> or groups of hosts called <b>labels.</b>
</p>
<p>The results of queries run via query packs are stored in log files for your convenience. We recommend forwarding this logs to a log aggregation tool or other actionable tool for further analysis. These logs can be found in the following locations:</p>
<ul>
<li><strong>Status Log:</strong> /path/to/status/logs</li>
<li><strong>Result Log:</strong> /path/to/result/logs</li>
</ul>
<p>
Learn more about Query Packs in the <a href="https://kolide.co">documentation</a>.
Learn more about log aggregation in the <a href="https://osquery.readthedocs.io/en/stable/deployment/log-aggregation/" target="_blank" rel="noopener noreferrer">documentation</a>.
</p>
</SecondarySidePanelContainer>
);

View file

@ -17,7 +17,16 @@
margin: 0 0 4px;
}
p {
&__subtitle {
font-size: 16px;
letter-spacing: 0.7px;
color: $text-dark;
margin: 0 0 10px;
padding-top: 15px;
}
p,
ul {
font-size: 13px;
line-height: 1.85;
letter-spacing: 0.5px;