> For the complete documentation index, see [llms.txt](https://help.highlight.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.highlight.net/troubleshooting/appvis.md).

# AppVis

## Overview

There are a number of issues which may occur with AppVis.

## Symptom 1. No Applications autodiscovery option

1. Check that your Service Provider is offering AppVis as a monitored service
2. It may be that AppVis needs enabling on the folder in question. [**Contact us**](/getting-started/contact-us.md) to confirm if the option has been enabled.

## Symptom 2. No AppVis tab displayed

This will be the same cause as Symptom 1

## Symptom 3. No Applications have been discovered

1. No watch in the location/folder is configured with Discover Applications
2. 40 minutes has not yet elapsed since enabling Discover Applications
3. The Flow configuration on the device is missing or incomplete
4. The AppVis settings in Highlight do not match the Flow settings on the device

## Symptom 4. Fewer Applications have been discovered than expected

If an NBAR2 protocol pack is loaded then significantly more applications would be categorised compared with using standard NBAR. However if the router does not have the necessary licence ("advipservices" or "data"; or "appxk9" for some IOS versions) then categorisation in the Flow packet reverts to using standard NBAR. Licence details are available from **\[Reporting inventory]** (→ <https://support.highlight.net/help/reporting/inventory#column\\_headers>)

## Symptom 5. DSCP name or Class name shows Undefined

Flow records include the IP "Type of Service" setting for the Flow conversation, and Highlight extracts the DSCP value from this and maps it to the common DSCP name (e.g. 46=EF). Any value outside of this mapping will be shown as Undefined. Refer to your Service Provider for further clarification on how this is handled through the network.

The DSCP values are mapped to class names using the **\[Highlight class information table (CCD)]** (→ <https://support.highlight.net/help/functionality/discover\\_classes#3\\_capturing\\_class\\_information>) associated with folder. A DSCP value not listed in the CCD will be shown as Undefined. Refer to your Service Provider for further clarification on how this is handled through the network and to update the CCD if required.

## Symptom 6. Discovered applications are displayed for an empty location

This is expected behaviour. The AppVis figures are summarised every day/week/month. Should a watch be moved or deleted within the time period being viewed the old AppVis figures remain associated with the original location of the watch.

## Symptom 7. Fewer locations showing for an application than expected

The Flow collector is expecting a unique source IP address for every device sending Flow packets. Any Firewall in path that changes the source address will cause Flow packets to be dropped.

## Symptom 8. Unexpected AppVis groups

If unexpected groups appear in your AppVis pages, check for an Audit Trail entry in your root folder for that group name. If absent it is likely that no folder has been set to be your Application domain. The solution is to

* edit a folder, typically your root folder, and set as application domain
* delete the groups not required using the edit button in the Status AppVis Groups drop-down

## Other Questions

<details>

<summary>Does Flow need to be configured in Highlight for AppVis?</summary>

It is optional, not required. However Flow configuration is needed on the monitored device.

</details>

<details>

<summary>Can I change the Logo, Name or Category in AppVis?</summary>

Name and category are fixed by NBAR/NBAR2. Should you need the logo to be changed please [**contact us**](/getting-started/contact-us.md).

</details>

<details>

<summary>Why is the date amber?</summary>

The date is amber if it's been less than 36 hours since the application first appeared (for column "First Seen") or more than 90 days since it was "Last Seen".

</details>

<details>

<summary>Can I change my application domain?</summary>

It is possible but be aware that this will delete any customised application groups and group mappings. You may also see some unexpected groups appear - see **\[Symptom 8]** (→ #symptom\_8\_unexpected\_appvis\_groups)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.highlight.net/troubleshooting/appvis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
