cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Content section is missing in Logs

vijayalakshmik
Newcomer

Content section is missing in Logs which was available earlier. Is this related to some settings or permission issues. Any help is much appreciated. Thanks in advance.

vijayalakshmik_0-1750767370846.png

 

4 REPLIES 4

andre_vdveen
DynaMight Leader
DynaMight Leader

Hi @vijayalakshmik 

Do you see 'content' under the 'Fields' section at all?

Hi, I just see 'Topology' and 'Fields' sections and nothing below that.

I was referring to 'content' in the 'Fields' section, is that showing up?

andre_vdveen_0-1750870780608.png

 

Have you tried @marco_irmer's suggestions?

Check if your logs contain the 'content' field via a basic Notebook DQL query e.g.:

fetch logs
| limit 20

You should see log records; if they have the 'content' field, try the suggestion to reset the app.
Alternatively, use the Logs & Events Classic app to check if the content is present.

marco_irmer
Champion

Assuming you have verified that the content field exists on the log event(s) in question (in a Notebook via DQL query, for example), you might try resetting the app state of the Logs app, just in case something has gone wrong with the app's internal rendering logic.

Steps:

  1. Navigate to Hub app
  2. Click 'Manage' tab
  3. Find the Logs app and click the three dots
  4. Select 'Reset state' option, and then review & follow prompts

marco_irmer_0-1750793900364.png

 

Featured Posts