- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do we read logs under the daily format directory?
thirulog
New Member
12-04-2017
08:49 AM
I have logs under the daily date format directory
How I ready the logs?
Directory : E:\Ora\DRM\daillyDate\log.txt
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
12-04-2017
05:49 PM
Options are plenteous, there is also this:
[monitor://E:\Ora\DRM\...\log.txt]
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

lycollicott
Motivator
12-04-2017
10:48 AM
Monitor the directory E:\Ora\DRM
and it will index everything below that.
(NOTE: You can use wildcards, but that doesn't mean you should use wildcards. )
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
12-04-2017
10:47 AM
Wildcards are allowed in file paths. Try
[monitor://E:\Ora\DRM\*\log.txt]
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
12-04-2017
05:49 PM
perhaps missing a path segment there?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thirulog
New Member
12-04-2017
07:06 PM
I have [monitor://E:\Ora\DRM**.txt] but did not work
Daily date directory created for every day and there are 20 logs under the date directory
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
12-04-2017
07:14 PM
I think that he meant this:
[monitor://E:\Ora\DRM\*\*\log.txt]
