Member since
04-29-2021
11
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1235 | 08-07-2024 03:30 AM | |
| 2275 | 06-20-2023 09:03 AM |
08-07-2024
03:30 AM
1 Kudo
Just figured it out by using the service Raw Message Field 🙂
... View more
08-07-2024
03:19 AM
1 Kudo
I want to utilise the ConvertRecord 1.23.2 processor to convert text based CEF into JSON using the CEFReader to JsonRecordSetWriter, but somehow keep the original text CEF log as it appears in its text formate as a field called event.original. Is this at all possible within Nifi?
... View more
- Tags:
- NiFi
Labels:
- Labels:
-
Apache NiFi
06-20-2023
09:03 AM
2 Kudos
No worries, I've found a fix. Setting the jsonwriter to line by line instead of array. 🙂
... View more
06-20-2023
07:40 AM
I have a problem when sending JSON data to Elastic from Nifi - Nifi puts [ square brackets ] around a JSON array, and so Elastic doesn't recognise the data. The current fix is to use a SplitJSON processor, which removes the square brackets, but this will become unworkable when the number of flow files gets a bit big in number. Is there a way of creating an array of JSON that is recognised by Elastic that does not contain square brackets? I am also using an older version of Nifi - Ver 1.12.1
... View more
06-30-2021
01:36 AM
Every now and then, one of my processors fills the bulletin board with connection error messages from a FetchSentinelData 1.5 processor. Is there a way to suppress only those messges or route them to an output file to prevent them from filling the bulletin board each time?
... View more
Labels:
- Labels:
-
Apache NiFi
05-07-2021
06:28 AM
Thanks, I tried something just like this yesterday, and it would work, but these logs don't have a file extension like what would be needed, (.gz) but I think I have an issue somewhere else, so will carry on trying to fix the overall issue.
... View more
05-06-2021
04:20 AM
I have identified that some of my Ranger logs are coming in in gz format (but without the extension). Is there a way of extracting the log data within the Nifi flow?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Ranger