- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I blacklist logs from a source?
ppanchal
Path Finder
04-27-2017
11:47 PM
We are monitoring logs from the below path
[monitor:///opt/IBMHTTPD85/IHS/.../*]
I want to blacklist all logs from source,
source="/opt/IBMHTTPD85/IHS/logsPRD2/wm_ssl_access_log"
How can I achieve this in the inputs.conf file?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dineshraj9
Builder
04-28-2017
12:02 AM
Add -
blacklist = (^/opt/IBMHTTPD85/IHS/logsPRD2/wm_ssl_access_log$)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ppanchal
Path Finder
04-29-2017
03:50 PM
Can I directly write the path instead of using regular expressions under blacklist?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ppanchal
Path Finder
04-28-2017
10:51 AM
This did not work, I am still seeing the logs from the source.
Any other suggestions?
