Member since
04-20-2018
13
Posts
0
Kudos Received
0
Solutions
09-18-2018
09:02 AM
More screenshots did not fit in the post, so here I add the Attribues and Content tabs
... View more
09-18-2018
08:59 AM
Hello everyone, I have a problem with assigning values from Squid logs to attributes in FlowFile. My process consists of: → ListenTCP (listening to Squid logs), → ReplaceText (deleting a symbol from a given field), → UpdateAttribute (assigning the schema to the log data), → ConvertRecord (data separation and adding columns), → UpdateAttribute (assigning values from columns to attributes in FlowFile). The components listed above are only part of the entire process. At the end of the process, the processed data from the logs should be fed to the Hive database using PutHiveQL. The configurations of the listed components are as follows. With this configuration, Content is correct, but in the Attributes tab, the attribute name is "Empty string set" and "No value set". System attributes such as filename, path or record.count have valid values.
... View more
Labels:
- Labels:
-
Apache NiFi
08-02-2018
06:46 AM
Ok thanks for your answer, but, in which specifically the pom.xml file should be added a row:<jetty.version>9.4.3.v20170317</jetty.version>?
... View more
08-01-2018
12:32 PM
Hi @Michael Dennis "MD" Uanang Could you briefly describe how you dealt with this problem? Regards
... View more
08-01-2018
09:10 AM
Hi guys, using OpenVAS, I performed a vulnerability scan of my CentOS7 server (there is Apache Nifi in version 1.7.1 with 8081 port). I obtained the following report: High (CVSS: 10.0)
NVT: Eclipse Jetty Server InvalidPathException Information Disclosure Vulnerability
Product detection result
cpe:/a:eclipse:jetty:6.1.26.
Detected by Jetty Version Detection (OID: 1.3.6.1.4.1.25623.1.0.800953)
Summary
The host is installed with Eclipse Jetty Server and is prone to information disclosure vulnerability.
Vulnerability Detection Result
Installed version: 9.4.3.20170317
Fixed version: 9.4.11.v20180605
Installation
path / port: 8081/tcp
Impact
Successful exploitation will allow an attacker to disclose sensitive information.
Impact Level: Application
Solution
Solution type: VendorFix
Upgrade to Eclipse Jetty Server version 9.3.24.v20180605 or 9.4.11.v20180605 or later as per the
series. For updates refer to Reference links.
Affected Software/OS
Eclipse Jetty Server versions 9.2.x, 9.3.x before 9.3.24.v20180605 and 9.4.x before
9.4.11.v20180605
Vulnerability Insight
The flaw exists due to an improper handling of bad queries.
Vulnerability Detection Method
Get the installed version with the help of detect NVT and check the version is vulnerable or not.
Details:Eclipse Jetty Server InvalidPathException Information Disclosure Vulnerability
OID:1.3.6.1.4.1.25623.1.0.813552
Version used: $Revision: 10443 $
Product Detection Result
Product: cpe:/a:eclipse:jetty:6.1.26.
Method: Jetty Version Detection
OID: 1.3.6.1.4.1.25623.1.0.800953)
References
CVE: CVE-2018-12536
Other:
URL:https://bugs.eclipse.org/bugs/show_bug.cgi?id=535670
URL:https://www.eclipse.org/jetty/ [..] solution: Upgrade to Eclipse Jetty Server version 9.3.24.v20180605 or 9.4.11.v20180605 or later.. Unfortunately, I could not find a solution to the problem regarding upgrade Eclipse Jetty Server for Apache Nifi. Has anyone had a similar problem? The case is fresh.
... View more
Labels:
- Labels:
-
Apache NiFi
04-24-2018
12:08 PM
The input file is in the text/html format, and the output file must be in csv format, because it will feed the database.
... View more
04-24-2018
10:54 AM
@Davide Isoardi where and how can I set these values (in this case user and datetime) to be able to transform them?
... View more
04-24-2018
10:45 AM
@Matt Clarke, thank you for your answer! I turned off the UpdateAttribute component and turned on the entire flow again. Below are screenshots: When I re-enabled the UpdateAttribute to component, the information about the attributes is such that @Matt Clarke is right ↓
... View more
04-23-2018
02:40 PM
I noticed, however, that the problem lies elsewhere. For example, I wanted to check if I change the value of the user attribute using the toUpper () function. Unfortunately, but at the exit the user's name was still written in lowercase. Result is: datetime,duration,client_address,cache_result,status_code,bytes,request_method,url,user,hierarchy_code,server,content_type
1518442283.483,161,127.0.0.1,TCP_MISS,200,103701,GET,http://www.cnn.com/,matt,DIRECT,199.27.79.73,text/html
... View more
04-23-2018
01:29 PM
Hello @Davide Isoardi, thank you for your answer! Is this how it should look like adding this method to the UpdateAttribute component? Unfortunately, but nothing has changed.
... View more