Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Making log files in nifi
Labels:
- Labels:
-
Apache NiFi
Contributor
Created ‎08-24-2017 01:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- I want to make log files with this information:1.processor failure information,invokehttp(response and failures),puthdfs(succes,falure), deletting file from hdfs(sucess,falure) should i use custom logging or i have to make source logs? what is difference from nifi-app and nifi-user logs( i mean what kind of informaton is in user log and app log)?
1 REPLY 1
Guru
Created ‎08-24-2017 01:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This article will show you how to make customized logs in NiFi (from source logs) https://community.hortonworks.com/articles/65027/nifi-easy-custom-logging-of-diverse-sources-in-mer....
You will use nifi-app as your source log (logs application operations) and not nifi-user (logs user activity)
