diff --git a/docs/user-guide/app360/service-list.md b/docs/user-guide/app360/service-list.md index 52c945d6..b5de64e1 100644 --- a/docs/user-guide/app360/service-list.md +++ b/docs/user-guide/app360/service-list.md @@ -63,7 +63,8 @@ Clicking on one of the services or clicking on drill down opens a dashboard with You can change the time frame and add additional filters, including comparing the data to a previous period or choose an environment, nodes, and pods. Clicking the refresh button will manually update the data. -![service deeper](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/services-service-drilldown-aug26.png) + +![service deeper](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/service-main-oct21.png) Hovering over the graphs provides additional info for the time point you've chosen: @@ -174,12 +175,12 @@ Once your anomaly detector is up and running, you'll see an indicator in the lis ![no anomaly](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/no-anomaly.png) -## AI Assistant +## AI Agent -Click the **AI Assistant** button to activate the [Observability IQ Assistant](https://docs.logz.io/docs/user-guide/observability/assistantiq/), an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use one of the pre-configured prompts or type your own question to get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. +Click the **[AI Agent](https://docs.logz.io/docs/user-guide/observability/assistantiq/)** button to activate an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use one of the pre-configured prompts or type your own question to get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. -![AI App360](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/aikapp360.gif) +![AI App360](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/services-ai-agent-oct21.png) diff --git a/docs/user-guide/explore/best-practices.md b/docs/user-guide/explore/best-practices.md index e4c61452..8b1aa435 100644 --- a/docs/user-guide/explore/best-practices.md +++ b/docs/user-guide/explore/best-practices.md @@ -15,17 +15,16 @@ Explore supports a few query methods, including: Logz.io offers an intuitive and easy way to build your query. You can build queries easily by selecting fields, conditions, and values. -Click the search bar or type to see available fields, add operators, and choose values. To use custom values, type the name and click the + sign. Press Enter to apply the query or Tab to add another condition. - -Free-text searches automatically convert into Lucene queries. +Click the search bar or start typing to see the available fields, parameters, and conditions. To add a custom value, type its name and click the + sign. You can also add free text to your search, converting it into a Lucene query. ## Lucene Logz.io supports Lucene for more advanced queries. -Search for free text by typing the text string you want to find; for example, `error` will return all words containing this string, and using quotation marks, `"error"`, will return only the specific word you're searching for. +Type the string or query you want to find. For example, `error` will return all words containing this string, and using quotation marks, `"error"`, will return only the specific word you're searching for. + -![See error](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/basic-search-search-word.png) +![See error](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/saved-search/explore-error-oct21.png) Search for a value in a specific field: @@ -56,14 +55,14 @@ To exclude a term from your search, you can use the following syntax: Use the filters to refine your search, whether you're using Simple or Lucene. Open string fields to view its related values, and open numeric fields to choose a range. For example, `LogSize` lets you select the size of the logs you're interested in: -![numeric filters](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/logsize-explore-aug27.png) +![numeric filters](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/saved-search/logsize-oct21.png) ## Regex in Lucene :::caution -Using regex can overload your system and cause performance issues in your account. If regex is necessary, it is best to apply filters and use shorter timeframes. +Using regex can overload your system and cause performance issues in your account. If regex is necessary, applying filters and using shorter timeframes is best. ::: Logz.io uses Apache Lucene's regular expression engine to parse regex queries, supporting regexp and query_string. @@ -72,7 +71,7 @@ While Lucene's regex supports all Unicode characters, several characters are res `. ? + * | { } [ ] ( ) " \` -Depending on the optional operators enabled, some additional characters may also be reserved. These characters are: +Some additional characters may also be reserved depending on the optional operators enabled. These characters are: `# @ & < > ~` @@ -100,19 +99,21 @@ To find one of the values in the field, such as `fox`, you'll need to use the fo You can add additional columns to your logs table view. -Find the field you'd like to add, hover over it and click the **Toggle column in table** button. +Find the field you'd like to add, hover over it and click the **Toggle column in table** button (table icon). -![Add field](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/toggle-in-table-sep9.png) +![Add field](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/toggle-explore-oct21.png) Once added, you can drag it to reposition it, or click the **X** to remove it. -Save your query to quickly access it whenever needed. The query is saved while the results change according to your chosen relevant time frame. +## Save Searches + +Save your current query or filtered view to quickly access it whenever needed. Click on the Save icon > Save Search and name your search. The query is saved while the results change according to your chosen time frame. -![Save field](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/saved-search-sep9.png) +![Save field](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/saved-search/save-search-oct21.png) ## Select logs' time frame -The default period to display results is 15 minutes. You can edit this time frame by clicking on the time picker. Choose an option from the quick menu, or switch to the absolute view to select a specific time frame. In this option, you can type the time frame you want to view. +The default period to display results is 15 minutes. You can edit this time frame by clicking on the time picker. Choose an option from the quick menu, or switch to the absolute view to select a specific time frame. You can type the time frame you want to view using this option. -![Time frame options](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/time-picker-sep9.png) \ No newline at end of file +![Time frame options](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/timepicker-oct21.png) \ No newline at end of file diff --git a/docs/user-guide/explore/exceptions.md b/docs/user-guide/explore/exceptions.md index 15857c5f..153924a9 100644 --- a/docs/user-guide/explore/exceptions.md +++ b/docs/user-guide/explore/exceptions.md @@ -13,7 +13,7 @@ It's integrated into Explore, where you can easily see the number of exceptions To review exceptions affecting your environments, click the **Exceptions** button. This will open a quick view menu where you can review and filter the exceptions. -![Exceptions in Explore](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/exceptions-quick-view.png) +![Exceptions in Explore](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/exceptions-oct21.png) ### What's an exception? @@ -37,7 +37,7 @@ You can find and view all exceptions by using the following query: `_exists_: _logzio_logceptions OR _exists_:"_logzio_insights"` -![Find exceptions in Explore](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/logzio-insights.png) +![Find exceptions in Explore](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/all-exceptions-oct21.png) Click the **Exceptions** button to see all exceptions related to your current query. diff --git a/docs/user-guide/explore/explore-log-alerts/intro-alerts-explore.md b/docs/user-guide/explore/explore-log-alerts/intro-alerts-explore.md index db52ca63..7433f62e 100644 --- a/docs/user-guide/explore/explore-log-alerts/intro-alerts-explore.md +++ b/docs/user-guide/explore/explore-log-alerts/intro-alerts-explore.md @@ -19,11 +19,11 @@ Open the Explore Dashboard, create a query or simple search to trigger your aler You'll be redirected to the Create an alert page, where you can continue configuring your alert. -![Alert from dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/alert-dashboard-button.png) +![Alert from dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/explore-create-alert-oct21.png) To manually build an alert, navigate to **[Alerts > + New alert](https://app.logz.io/#/dashboard/alerts/v2019/new)** to configure and create an alert. -![Alert from dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/alert-button.png) +![Alert from dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/new-alert-oct21.png) ### Review existing alerts @@ -31,23 +31,23 @@ To view a paginated list of all alerts configured for your account, navigate to You can sort the list by clicking on the column headers or using the top filters. Sort by severity, creator, tags, or alert status. -Use the search bar to quickly find a specific alert. +Use the search bar to find a specific alert quickly. -To filter alerts chronologically by **name**, **severity**, **creation date**, or **update date**, click on the corresponding column header. +Click on the corresponding column header to filter alerts chronologically by **name**, **severity**, **creation date**, or **update date**. -![Alert definitions](https://dytvr9ot2sszz.cloudfront.net/logz-docs/alerts/alerts-updated-by-screenshot.png) +![Alert definitions](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/alerts-oct21.png) ### Manage Log alerts You can manage alerts individually or in bulk. -Use search terms and filters to locate the alerts you want to edit. Select them by clicking the checkbox next to each alert or select all visible alerts on the page (up to 25) by checking the top box. +Use search terms and filters to locate the alerts you want to edit. Select them by clicking the checkbox next to each alert, or check the top box to select all visible alerts on the page (up to 25). -![Select alerts](https://dytvr9ot2sszz.cloudfront.net/logz-docs/alerts/select-alerts.gif) +![Select alerts](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/edit-alerts-oct21.gif) -If you need to edit more than 25 alerts, you can select all alerts that match your search criteria by clicking the hypertext link located at the top right of the table. +If you need to edit more than 25 alerts, you can select all alerts that match your search criteria by clicking the hypertext link at the top right of the table. -![Alert bulk actions](https://dytvr9ot2sszz.cloudfront.net/logz-docs/alerts/select-all-alerts.png) +![Alert bulk actions](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/select-alerts-oct21.png) :::note @@ -57,13 +57,13 @@ You can act on **up to 1,000** alerts simultaneously.

Individual alerts

-Each alert features a **State** button that you can toggle to enable or disable the alert as needed. +Each alert features a **State** button that you can toggle to turn the alert on or off as needed. To edit, duplicate, or delete an alert, hover over its row to reveal the **Delete** and **Edit** buttons. Click the **Menu button (:)** to access additional options such as **duplicating** the alert or **viewing the latest events**. Selecting the latter will display the alert query and the number of hits in the Explore Dashboard. -![Alert additional options](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/alerts/hover-menu-items.png) +![Alert additional options](https://dytvr9ot2sszz.cloudfront.net/logz-docs/alerts/alert-menu-oct21.png) @@ -77,7 +77,7 @@ Choosing one or more alerts opens a top menu with the following actions: * **Deactivate** - Set all selected alerts to inactive * **Recipient** - Add or replace recipients and notification points -![Alert edit menu](https://dytvr9ot2sszz.cloudfront.net/logz-docs/alerts/alert-edit-menu.png) +![Alert edit menu](https://dytvr9ot2sszz.cloudfront.net/logz-docs/alerts/multiple-alerts-oct21.png) Clicking on the **Recipient** option opens a pop-up with two options: @@ -85,4 +85,6 @@ Clicking on the **Recipient** option opens a pop-up with two options: **Replace** - Remove existing notification points and recipients, and replace them with new settings. Note that you **won't be able to review** the current notification settings **or revert** this action once saved. -![Alert recepients edit](https://dytvr9ot2sszz.cloudfront.net/logz-docs/alerts/add-replace-alerts.png) +Click **Confirm** to apply your changes. + +edit-alerts diff --git a/docs/user-guide/explore/new-explore.md b/docs/user-guide/explore/new-explore.md index 8707a6d4..c8d3ee01 100644 --- a/docs/user-guide/explore/new-explore.md +++ b/docs/user-guide/explore/new-explore.md @@ -25,7 +25,7 @@ Click on the dropdown menu to switch between Simple and Lucene query-based searc * **Simple**: An intuitive search with auto-complete functionality. It streamlines your search process and enables faster access to data. -Build your query by selecting fields, parameters, and conditions. To add a value that doesn't appear in your logs, type its name and click on the + sign. You can also add free text to your search, which will convert it into a Lucene query. +Build your query by selecting fields, parameters, and conditions. To add a value that doesn't appear in your logs, type its name and click on the + sign. You can also add free text to your search, converting it into a Lucene query. @@ -38,14 +38,35 @@ Build your query by selecting fields, parameters, and conditions. To add a value ### Filters -Filters make it easy to refine and narrow your search. Start by selecting the account you want to filter. Then, click on a field to see its available parameters. Choose the values to include in your view or uncheck to remove them. +Use the filter pane on the right to refine and narrow your search results. -All visible fields appear on the left side, including exceptions (if any) and special fields that cannot be filtered but can be added to the table or used as a **field exists** filter. +Start by selecting the relevant account, then click on the field you want to filter. The available fields are based on the visible logs in the table. You can add fields to your favorite by clicking the **star** icon, allowing quicker access in the future. +Open a field to explore its values—you’ll see the top values based on a sample of the logs. The percentages following each value indicate how frequently that value appears within the field. -You can pin up to three custom fields by hovering over them and clicking the star icon. +Field values are dynamically fetched, taking into account the selected timeframe and accounts. Values are re-fetched whenever the field filter is open and the query changes. Once you select and add one or more values to your view, it'll move to the top of the list for easy access and management. -explore-fields + +#### Editing Filters + +* **Simple Search:** + + Click the in-line filter, choose Edit, and modify the value as needed. Click Apply to save your changes. + + simple-filter + + +* **Lucene Search:** + + Click the filter to open the edit screen. You can modify the field, value, and condition based on your filtering needs. Click **Save** when done. + + lucene-filter + + +At the top of the list, you’ll find special fields. These fields can’t be filtered but can be added to the table or used as a **field exists** filter. + + +explore-filter ### Graph View @@ -54,7 +75,7 @@ Visualize trends over time and group data based on your investigations. Hover ov You can enlarge or reduce the size of the graph by clicking the arrow button at the top right. -graph-view +graph-view ### Exceptions @@ -71,18 +92,18 @@ The default time frame in Explore is the last 15 minutes. To select a custom time frame, click the time element and choose the period relevant to your overview or investigation. -### Observability IQ Assistant +### AI Agent -Click the **AI Assistant** button to activate [Observability IQ Assistant](/docs/user-guide/observability/assistantiq/), an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use one of the pre-configured prompts or type your own question to get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. +Click the [**AI Agent**](/docs/user-guide/observability/assistantiq/) button to activate an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use one of the pre-configured prompts or type your own question to get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. -![Observability IQ Assistant](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/assistant-aug21.gif) +![AI Agent](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/ai-agent-oct21.gif) ### Group By The default graph view is set to group by all fields, and you can choose specific fields to focus on from the dropdown menu. -smart-search-groupby +smart-search-groupby @@ -93,23 +114,24 @@ Click the 1L button to change the table view. Selecting **1 Line** provides a co -### Create Alert, Copy Link, Export CSV +### Create Alert, Copy Link, Export CSV, Turn UTC On The ⋮ menu offers additional options for Explore, including: * **Create Alert**: Opens the configure alert page with the current values and filters already added to the configuration * **Copy Link**: Generates a URL with your current view, which you can share with team members. You need to be logged in to Logz.io to view it * **Export CSV**: Exports up to 50,000 logs to a CSV file, including the timestamp and log message +* **Turn UTC On**: You can view your data in either UTC or your browser’s local time zone. For clarity, the time column in your log table will display the active time zone. -side-menu +side-menu ### Logs Table -Use the Logs Table to view and analyze logs. Access relevant logs and their details quickly, customizing the table by adding or removing columns. +Use the Logs Table to view and analyze logs. Quickly access relevant logs and their details, customizing the table by adding or removing columns. -Expand each log to view additional details, see the log in JSON format, and add columns to the table. Filter values in or out of your view as needed. Use the Observability IQ Assistant on fields or values to gain more information about them. +Expand each log to view additional details, see the log in JSON format, and add columns to the table. Filter values in or out of your view as needed. Use the AI Agent on fields or values to gain more information about them. -In the top right corner, choose to view a single log in a new window, view surrounding logs for context, and share the URL of the specific log you're viewing. +Once you expand a log, you can use the top right menu to get more context—view surrounding logs, copy the log URL, view it as a single log, or copy the log's JSON. -smart-search +logs-table diff --git a/docs/user-guide/explore/save-search.md b/docs/user-guide/explore/save-search.md index 5f72fda0..6fd7f6be 100644 --- a/docs/user-guide/explore/save-search.md +++ b/docs/user-guide/explore/save-search.md @@ -18,13 +18,13 @@ Click the **Save** icon to open the Saved Search menu. Here, you can see all sav Click **Save Search**; give your search a meaningful name that you and your team will easily understand, then click **Save** to confirm. -![saved search save](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/saved-search/saved-search.png) +![saved search save](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/saved-search/save-search-oct21.png) Once saved, your search name will appear in the page's breadcrumbs. Any changes to the query or addition of filters will **not** be automatically saved. A draft label will appear in the breadcrumbs to indicate unsaved modifications. -draft-label +draft-label diff --git a/docs/user-guide/k8s-360/kubernetes-360-pre.md b/docs/user-guide/k8s-360/kubernetes-360-pre.md index f8d415f2..1590ebd8 100644 --- a/docs/user-guide/k8s-360/kubernetes-360-pre.md +++ b/docs/user-guide/k8s-360/kubernetes-360-pre.md @@ -11,7 +11,7 @@ slug: /user-guide/k8s-360/kubernetes-360-pre Kubernetes 360 application provides an overview of your Kubernetes data, providing a quick overview of your current deployments, pods, and more useful information regarding your environment. -![Main dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-aug22.png) +![Main dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-main-oct21.png) diff --git a/docs/user-guide/k8s-360/overview.md b/docs/user-guide/k8s-360/overview.md index 67ed854e..9017e9d4 100644 --- a/docs/user-guide/k8s-360/overview.md +++ b/docs/user-guide/k8s-360/overview.md @@ -14,7 +14,7 @@ Kubernetes 360 lets R&D and engineering teams monitor and troubleshoot applicati The platform utilizes Kubernetes' numerous advantages for R&D and dev teams, allowing you to monitor application SLOs in a simple, efficient, and actionable manner. Kubernetes 360 offers flexibility and visibility while providing service discovery, balancing load, and allowing developer autonomy and business agility. -![Main dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-aug22.png) +![Main dashboard](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-main-oct21.png) To activate your Kubernetes 360 dashboard, connect your Kubernetes data quickly and easily through Logz.io's **[Telemetry Collector](https://app.logz.io/#/dashboard/integrations/collectors?tags=Quick%20Setup)**. @@ -23,24 +23,11 @@ If you already have Kubernetes 360 data in your Logz.io account or prefer connec Once everything is up and running, you can use your Kubernetes 360 application. - - - ## Kubernetes 360 overview You can use Kubernetes 360 to suit your monitoring and troubleshooting needs. To help you get started, we'll break down the different options, how you can access them, and how they can help you and your team. - -

Filters

@@ -50,26 +37,26 @@ First, choose the environment you'd like to view. Environments with many users, Next, choose whether to view the environment's clusters, namespaces, or deployments. Each dropdown menu includes all clusters and nodes in the chosen Kubernetes account, and you can use the search bar to find and add nodes to your view easily. -![Filters](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-filters-aug22.png) +![Filters](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-filters-oct21.png) -

Observability IQ Assistant

+

AI Agent

-Click the **AI Assistant** button to activate [Observability IQ Assistant](/docs/user-guide/observability/assistantiq/), an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use one of the pre-configured prompts or type your own question to get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. +Click the **[AI Agent](/docs/user-guide/observability/assistantiq/)** button to activate an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use one of the pre-configured prompts or type your own question to get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. -![IQ](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/iq-aug22.png) +![AI Agent](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-ai-agent-oct21.png)

View

You can switch your view to filter by the following resources: **Node**, **Pod**, **Deployment**, **Daemonset**, **Statefulset**, or **Job**. -![switch view](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-filter-aug22.png) +![switch view](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-deployment-oct21.png) In addition, you can also switch between the **Map** and **List** views, according to your monitoring needs. Note that the Pod view can only be seen as a list. When switching between views, the main cards change to represent the different resources. Each card includes several essential measurements, such as average CPU and memory usage, and a rundown of the resource’s status. The cards help you quickly identify which resources require your attention by marking failings or issues in red. -![deployments card](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/node-view-jul-.png) +deployment-card You can dive deeper into each card by clicking on it and opening the **[Quick view](#quick-view)** menu. @@ -81,7 +68,8 @@ You can search your environment for specific elements you’d like to view. Note You can set your Kubernetes 360 application to auto refresh every 60 seconds, to ensure you view the most recent data. To do so, hover over the refresh button and click the auto refresh toggle. You can also click on the button to manually refresh the data. -![autorefresh button](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/toggle-auto-refresh.png) + +autorefresh

Change your metrics view

@@ -110,16 +98,16 @@ For each available view - Deployment, Pod, Node, Dameonset, Statefulset, and Job * **Uptime** - The duration of how long the chosen view has been running. * **Security risks** - The number of potential security risks. -And of course, activate Observability IQ Assistant to open the AI-powered, chat-based interface to engage and query your data further. +And of course, activate AI Agent to open the AI-powered, chat-based interface to where you can engage with and query your data further. -![Pod upper menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-inner-aug22.png) +![Pod upper menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-inner-oct21.png) Click on **See Metrics**, **See Traces**, or **See Logs** to navigate to each dashboard's relevant view. ### Quick view tabs :::note -To enrich your existing and newly sent data, use the [Telemetry Collector](https://app.logz.io/#/dashboard/integrations/collectors?tags=Quick%20Setup) to configure and send data quickly. +Use [Telemetry Collector](https://app.logz.io/#/dashboard/integrations/collectors?tags=Quick%20Setup) to configure and send data quickly to enrich your existing and newly sent data. ::: Each quick view includes several tabs that provide additional information you can act on. You can choose the time frame for each tab by clicking on the date bar at the top. @@ -128,19 +116,19 @@ Each quick view includes several tabs that provide additional information you ca The Pods tab provides a list of all pods related to this node. The table includes each pod's status, the number of containers they’re in, and how much CPU and memory they use. Clicking on one of the pods will lead you to that pod's quick view menu. -![Node menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/node-quick-view-sep.png) +![Node menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-inner-oct21.png)

Logs tab

-The Logs tab shows each log line's time, log level, and message. The search bar supports free text and Lucene queries so that you can search for specific logs. +The Logs tab shows each log line's time, log level, and message. The search bar supports free text and Lucene queries, allowing you to search for specific logs. -![Pod menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/pod-quick-view-sep.png) +![Pod menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-podview-oct21.png)

Metrics tab

The **Metrics** tab presents useful data in graph form. These graphs provide a view of Replicas Over Time, CPU Usage (cores) per pod, Memory Usage Per Pod, CPU Usage, Requests and Limits (Cores), Memory Usage, Requests and Limits, and Received & Transmitted Bytes. -![Stateful menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/metrics-quick-view.png) +![Stateful menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-metrics-oct21.png)

Traces tab

@@ -153,7 +141,7 @@ The **Traces** tab includes all of the spans in this deployment, including the f * The duration of the run, represented in milliseconds * Status code indicating whether a specific HTTP request has been successfully completed -![Quick menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/deployment-quick-view-sep.png) +![Quick menu Overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/k360/k360-traces-oct21.png)

Trace quick view

diff --git a/docs/user-guide/observability/_category_.json b/docs/user-guide/observability/_category_.json index 70f541c3..10874f63 100644 --- a/docs/user-guide/observability/_category_.json +++ b/docs/user-guide/observability/_category_.json @@ -1,9 +1,9 @@ { - "label": "Observability IQ", + "label": "AI Agent", "position": 7, "link": { "type": "generated-index", - "description": "Observability IQ is an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data." + "description": "AI Agent is an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data." }, className: 'section-title.tutorial' } diff --git a/docs/user-guide/observability/assistantiq.md b/docs/user-guide/observability/assistantiq.md index c0c605a3..8558d7db 100644 --- a/docs/user-guide/observability/assistantiq.md +++ b/docs/user-guide/observability/assistantiq.md @@ -1,34 +1,34 @@ --- sidebar_position: 1 -title: Observability IQ Assistant -description: Enhance data insights with Observability IQ Assistant and get AI-powered analysis of your data. +title: AI Agent +description: Enhance data insights with AI Agent and get AI-powered analysis of your data. image: https://dytvr9ot2sszz.cloudfront.net/logz-docs/social-assets/docs-social.jpg -keywords: [AI, observability, Assistant, iq, logs, metrics, traces, siem, insights, analysis, services, logz.io] +keywords: [AI, observability, AI agent, Assistant, iq, logs, metrics, traces, siem, insights, analysis, services, logz.io] --- -Observability IQ Assistant is an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use it to move beyond passive data viewing and get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. +AI Agent is an AI-powered, chat-based interface that lets you engage in a dynamic conversation with your data. Use it to move beyond passive data viewing and get real-time insights about your metrics, anomalies, trends, and the overall health of your environment. -Observability IQ Assistant is available in your [Explore dashboard](https://app.logz.io/#/dashboard/explore), and as part of [Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360), and [App 360](https://app.logz.io/#/dashboard/spm/service-overview). +AI Agent is available in your [Explore dashboard](https://app.logz.io/#/dashboard/explore), and as part of [Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360), and [App 360](https://app.logz.io/#/dashboard/spm/service-overview). -The assistant suggests a few queries you can run on your data to help you start the analysis and deep-dive, or you can type your own questions. +The agent suggests a few queries you can run on your data to help you start the analysis and deep-dive, or you can type your own questions. -The answers are based on the data currently shown on your dashboard. Once you change the query, apply filters, or change the time period, any new answer from the IQ Assistant will be based on the newly generated data. +The answers are based on the data currently shown on your dashboard. Once you change the query, apply filters, or change the time period, any new answer from the agent will be based on the newly generated data. You can now leverage the insights from your dialog and enhance data analysis to make informed decisions. -![Observability IQ screen](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/obsiq-explore.png) +![AI Agent screen](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/ai-agent-open-oct21.png) -

Using Observability IQ Assistant

+

Using AI Agent

-Observability IQ Assistant is available in the **[Explore](https://app.logz.io/#/dashboard/explore)**, **[Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360)**, and **[App 360](https://app.logz.io/#/dashboard/spm/services/table)** dashboards. Click the Observability IQ button at the top to open the interface. +AI Agent is available in the **[Explore](https://app.logz.io/#/dashboard/explore)**, **[Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360)**, and **[App 360](https://app.logz.io/#/dashboard/spm/services/table)** dashboards. Click the AI Agent button at the top to open the interface. -Once you provide input to the assistant, the **dashboard's data** will be shared with Claude3. +Once you provide input to the agent, the **dashboard's data** will be shared with Claude3. -Use the assistant to analyze trends in latency, throughput, error rate, and HTTP status codes over time to identify patterns or anomalies that may require attention. Additionally, it can be used to compare the performance metrics of different operations and determine if any significant differences need to be addressed. +Use the agent to analyze trends in latency, throughput, error rate, and HTTP status codes over time to identify patterns or anomalies that may require attention. Additionally, it can be used to compare the performance metrics of different operations and determine if any significant differences need to be addressed. -![Observability IQ screen](https://dytvr9ot2sszz.cloudfront.net/logz-docs/services/observabilityiq-mar27.png) +![AI Agent screen](https://dytvr9ot2sszz.cloudfront.net/logz-docs/explore-dashboard/ai-agent-answer-oct21.png) -## Observability IQ Assistant Pro + \ No newline at end of file diff --git a/docs/user-guide/observability/faq.md b/docs/user-guide/observability/faq.md index 5fd11e16..60474e67 100644 --- a/docs/user-guide/observability/faq.md +++ b/docs/user-guide/observability/faq.md @@ -1,51 +1,51 @@ --- sidebar_position: 3 -title: Observability IQ Assistant FAQ -description: Frequently asked questions about Observability IQ Assistant +title: AI Agent FAQ +description: Frequently asked questions about AI Agent image: https://dytvr9ot2sszz.cloudfront.net/logz-docs/social-assets/docs-social.jpg keywords: [AI, observability, Assistant, iq, logs, metrics, traces, siem, insights, analysis, services, logz.io] --- ## General -### What is Observability IQ Assistant? +### What is AI Agent? :::info note -The IQ Assistant is currently in beta and may not always be fully accurate. We recommend reviewing the information for confirmation. +The AI Agent is currently in beta and may not always be fully accurate. We recommend reviewing the information for confirmation. ::: -Observability IQ Assistant (IQ) is Logz.io's chat-driven, AI-enhanced platform, enabling active dialogue with your data. You can access it from your **[Explore](https://app.logz.io/#/dashboard/explore)**, **[Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360)**, and **[App 360](https://app.logz.io/#/dashboard/spm/services/table)** dashboards, where you can transition from merely observing data to actively acquiring immediate insights on your metrics, identifying anomalies, discerning trends, and assessing the well-being of your ecosystem in real time. +AI Agent is Logz.io's chat-driven, AI-enhanced platform, enabling active dialogue with your data. You can access it from your **[Explore](https://app.logz.io/#/dashboard/explore)**, **[Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360)**, and **[App 360](https://app.logz.io/#/dashboard/spm/services/table)** dashboards, where you can transition from merely observing data to actively acquiring immediate insights on your metrics, identifying anomalies, discerning trends, and assessing the well-being of your ecosystem in real time. -### What kind of information can I get from the Observability IQ Assistant? +### What kind of information can I get from the AI Agent? -The Observability IQ Assistant can help you with queries related to log analysis, infrastructure monitoring, troubleshooting issues, and other aspects of using the Logz.io Platform. +The AI Agent can help you with queries related to log analysis, infrastructure monitoring, troubleshooting issues, and other aspects of using the Logz.io Platform. -### Is Observability IQ Assistant available to all users? +### Is AI Agent available to all users? -Yes. Observability IQ Assistant is currently available to all Logz.io users. +Yes. AI Agent is currently available to all Logz.io users. -### Is Observability IQ Assistant accessible via API? +### Is AI Agent accessible via API? -No. To access Observability IQ Assistant, you must use Logz.io's app. +No. To access AI Agent, you must use Logz.io's app. -### How do I activate the Observability IQ Assistant? +### How do I activate the AI Agent? -Observability IQ Assistant is available in the **[Explore](https://app.logz.io/#/dashboard/explore)**, **[Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360)**, and **[App 360](https://app.logz.io/#/dashboard/spm/services/table)** dashboards. Click the Observability IQ button at the top to open the interface. +AI Agent is available in the **[Explore](https://app.logz.io/#/dashboard/explore)**, **[Kubernetes 360](https://app.logz.io/#/dashboard/observability/k8s360)**, and **[App 360](https://app.logz.io/#/dashboard/spm/services/table)** dashboards. Click the AI Agent button at the top to open the interface. -Once you provide input to the assistant, the **dashboard's data** will be shared with Claude3. +Once you provide input to the agent, the **dashboard's data** will be shared with Claude3. -### What data can Observability IQ Assistant access upon activation? +### What data can AI Agent access upon activation? -The Observability IQ Assistant activates when you input a prompt in its interface. It is designed to access only the data currently visible in your browser, including your current query, the graphs visible on the screen, and a limited number of logs due to size constraints. +The AI Agent activates when you input a prompt in its interface. It is designed to access only the data currently visible in your browser, including your current query, the graphs visible on the screen, and a limited number of logs due to size constraints. -This setup ensures that the IQ Assistant interacts exclusively with the data you're actively analyzing. +This setup ensures that the AI Agent interacts exclusively with the data you're actively analyzing. -### How do I provide feedback or report issues with the Observability IQ Assistant? +### How do I provide feedback or report issues with the AI Agent? -To provide feedback or report issues, click the **Share Your Feedback** button at the top of the Observability IQ Assistant interface. +To provide feedback or report issues, click the **Share Your Feedback** button located to the top bar of the screen. @@ -57,24 +57,24 @@ The model is hosted within the same region in which your Logz.io data is hosted. ### Can account admins see my queries and chat history? -No. Account admins or any other users within your organization cannot view or access any queries or chat history from the Observability IQ Assistant. +No. Account admins or any other users within your organization cannot view or access any queries or chat history from the AI Agent. ### Do you use my data to train the AI model? No, your data will not be used by AWS or third-party model providers to train the AI models. You can read more about this [here](https://aws.amazon.com/bedrock/faqs/#product-faqs#bedrock-faqs#security-and-privacy). -### Will the input and the model output served through the Observability IQ Assistant be available to Claude3? Are you using a private or public instance? +### Will the input and the model output served through the AI Agent be available to Claude3? Are you using a private or public instance? The data is processed and stored in Logz.io's private instance within AWS, similar to the current setup of your Logz.io data. The model is stateless, and data will never be shared with third-party model providers. -### How does the Observability IQ Assistant comply with security standards? +### How does the AI Agent comply with security standards? Your data is secured using industry-standard encryption both at rest and in transit. Since the data is processed and stored in Logz.io's private instance within AWS, there is no significant change compared to the current situation where AWS processes your data. For more detailed information, please visit [Logz.io’s security and compliance page](https://logz.io/platform/features/soc-2-compliance/). You can read more about how AWS follows best practices for data security [here](https://aws.amazon.com/bedrock/faqs/#product-faqs#bedrock-faqs#general:~:text=Why%20should%20I%20use%20Amazon%20Bedrock%3F). -### How does the Observability IQ Assistant comply with Privacy and GDPR standards?​ +### How does the AI Agent comply with Privacy and GDPR standards?​ Your data is handled by Logz.io and AWS (being Logz.io’s sub-processor) in accordance with privacy and GDPR standards and requirements. For more detailed information, please visit Logz.io’s [privacy policy](https://logz.io/about-us/privacy-policy/). You can read more about how AWS handles data protection [here](https://docs.aws.amazon.com/bedrock/latest/userguide/data-protection.html). diff --git a/docs/user-guide/quick-start.md b/docs/user-guide/quick-start.md index c5abe904..6479eafe 100644 --- a/docs/user-guide/quick-start.md +++ b/docs/user-guide/quick-start.md @@ -60,9 +60,9 @@ Learn more about sending data to Logz.io: ### Navigate your logs with Logz.io Explore -Logz.io's [Explore](https://app.logz.io/#/dashboard/explore) lets you view, search, and query your data to analyze code, debug issues, and get guidance with its integrated AI Assistant. +Logz.io's [Explore](https://app.logz.io/#/dashboard/explore) lets you view, search, and query your data to analyze code, debug issues, and get guidance with its integrated AI Agent. -![Log management overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/accounts/explore-aug27.png) +![Log management overview](https://dytvr9ot2sszz.cloudfront.net/logz-docs/accounts/explore-ai-agent-oct21.png) Key capabilities in Explore include: diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index ec718024..a9df14d4 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -11,7 +11,7 @@ const FeatureList = [ description: <>Learn how to make the most out of the Logz.io platform., }, { - title: 'Observability IQ', + title: 'AI Agent', link: "/docs/user-guide/observability/assistantiq/", Svg: require('@site/static/img/obsiq.svg').default, description: <>Engage in a dynamic conversation with your data., diff --git a/static/_redirects b/static/_redirects index 6b9644c8..2dd30e2f 100644 --- a/static/_redirects +++ b/static/_redirects @@ -341,6 +341,7 @@ /user-guide/user-permissions/ /docs/user-guide/admin/users/ /docs/user-guide/data-hub/log-parsing/sawmill-parsing/ /docs/category/log-parsing/ /docs/user-guide/admin/account-volume-optimization/smart-tier/ /docs/user-guide/data-hub/archive-restore/archive-and-restore +/docs.logz.io/docs/category/observability-iq/ /docs/category/ai-agent/ # Shippers /shipping/ /docs/category/send-your-data/ /user-guide/log-shipping/ /docs/category/send-your-data/