> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

export const InlineImage = ({src, alt = '', height = '2em'}) => {
  return <img src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

[localhost link]: http://localhost:3000/docs/lucidworks-search/06-metrics-and-analytics/app-insights/events

[mintlify link]: https://doc.lucidworks.com/docs/lucidworks-search/06-metrics-and-analytics/app-insights/events

[old doc.lw link]: https://doc.lucidworks.com/managed-fusion/5.9/1mxz1e

Click <InlineImage src="/assets/images/4.0/icons/insights-events.png" /> **Events** to view histograms and timelines about events, filtered by:
import { LwTemplate } from '/snippets/LwTemplate.jsx';

<LwTemplate />

* event type
* users
* request/response information

<img src="https://mintcdn.com/lucidworks/NgNm7Bp5nEBDIA7H/assets/images/4.0/insights-events.png?fit=max&auto=format&n=NgNm7Bp5nEBDIA7H&q=85&s=df712aabb3875fba4d6aa7e7a33cdd5f" alt="Events page" width="2560" height="1406" data-path="assets/images/4.0/insights-events.png" />
