diff --git a/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx b/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx index 4d60f31702..27cefa9622 100644 --- a/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx +++ b/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx @@ -37,12 +37,17 @@ const PackInfoSidePanel = () => {
- Packs are distributed to specified targets. Targets may be - individual hosts or groups of hosts called labels. + Packs are distributed to specified targets. Targets may be individual hosts or groups of hosts called labels.
+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:
+- Learn more about Query Packs in the documentation. + Learn more about log aggregation in the documentation.
); diff --git a/frontend/components/side_panels/PackInfoSidePanel/_styles.scss b/frontend/components/side_panels/PackInfoSidePanel/_styles.scss index 12234b5479..be634a0dd1 100644 --- a/frontend/components/side_panels/PackInfoSidePanel/_styles.scss +++ b/frontend/components/side_panels/PackInfoSidePanel/_styles.scss @@ -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;