Skip to content

Commit 8231ab3

Browse files
committed
fix search index
1 parent 9b7dc90 commit 8231ab3

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

docs/search/index.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ In this section, we'll introduce the following concepts:
2323
<p>Start here to begin exploring your data in Sumo Logic.</p>
2424
</div>
2525
</div>
26+
<div className="box smallbox card">
27+
<div className="container">
28+
<a href="/docs/search/copilot"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Copilot</h4></a>
29+
<p>Accelerate log investigations and troubleshooting with Sumo Logic Copilot, our AI-powered assistant that enables you to ask natural language questions and get contextual suggestions, helping first responders get to answers faster.</p>
30+
</div>
31+
</div>
2632
<div className="box smallbox card">
2733
<div className="container">
2834
<a href="/docs/search/search-query-language"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Search Query Language</h4></a>
@@ -37,32 +43,38 @@ In this section, we'll introduce the following concepts:
3743
</div>
3844
<div className="box smallbox card">
3945
<div className="container">
40-
<a href="/docs/search/behavior-insights/logreduce"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>LogReduce</h4></a>
41-
<p>Quickly assess activity patterns for things like a range of devices or traffic on a website.</p>
46+
<a href="/docs/search/lookup-tables"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Lookup Tables</h4></a>
47+
<p>Learn about Lookup tables and the search operators you can use with them.</p>
4248
</div>
4349
</div>
4450
<div className="box smallbox card">
4551
<div className="container">
46-
<a href="/docs/search/behavior-insights/logcompare"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>LogCompare</h4></a>
47-
<p>Easily compare log data from different time periods to detect major changes or anomalies.</p>
52+
<a href="/docs/search/behavior-insights"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Behavior Insights</h4></a>
53+
<p>Gain behavioral insight of your environment using LogReduce operators.</p>
4854
</div>
4955
</div>
5056
<div className="box smallbox card">
5157
<div className="container">
52-
<a href="/docs/search/lookup-tables"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Lookup Tables</h4></a>
53-
<p>Learn about Lookup tables and the search operators you can use with them.</p>
58+
<a href="/docs/search/live-tail"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Live Tail</h4></a>
59+
<p>Real-time live feed of log events associated with a Source or Collector.</p>
5460
</div>
5561
</div>
5662
<div className="box smallbox card">
5763
<div className="container">
58-
<a href="/docs/search/live-tail"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Live Tail</h4></a>
59-
<p>Real-time live feed of log events associated with a Source or Collector.</p>
64+
<a href="/docs/search/time-compare"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Time Compare</h4></a>
65+
<p>Run a compare operation automatically from your search results.</p>
6066
</div>
6167
</div>
6268
<div className="box smallbox card">
6369
<div className="container">
64-
<a href="/docs/search/behavior-insights"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Behavior Insights</h4></a>
65-
<p>Gain behavioral insight of your environment using LogReduce operators.</p>
70+
<a href="/docs/search/optimize-search-performance"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Optimize Search Performance</h4></a>
71+
<p>Learn how to accelerate the search process to get query results in less time and improve productivity for forensic analysis and log management.</p>
72+
</div>
73+
</div>
74+
<div className="box smallbox card">
75+
<div className="container">
76+
<a href="/docs/search/faqdocs/search/optimize-search-partitions"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Optimize Your Search with Partitions</h4></a>
77+
<p>Optimize your search with partitions, which store your data in an index separate from the rest of your account's data.</p>
6678
</div>
6779
</div>
6880
<div className="box smallbox card">
@@ -71,6 +83,12 @@ In this section, we'll introduce the following concepts:
7183
<p>Filter and evaluate conditions for a query when you may not be sure of the exact filter.</p>
7284
</div>
7385
</div>
86+
<div className="box smallbox card">
87+
<div className="container">
88+
<a href="/docs/search/faq"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>FAQ</h4></a>
89+
<p>Get answers to frequently asked questions about Log Search.</p>
90+
</div>
91+
</div>
7492
</div>
7593

7694
<br/>

0 commit comments

Comments
 (0)