- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to pull a report of application log where DEBUG level log is enabled
iqbalintouch
Path Finder
03-04-2020
10:17 PM
Hi,
is there anyway to pull a report to get the data of log where DEBUG level log is enabled, based on the index and sourcetype?
I am using below query to get the data:
index=myapp sourcetype=ejb_app_logs DEBUG | eval GB=b/1024/1024/1024 | timechart span=1d sum(GB) by s useother=false
