<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Log Processing / DB connectivity problem in Expedition Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/expedition-discussions/log-processing-db-connectivity-problem/m-p/216179#M50</link>
    <description>&lt;P&gt;New issue - Able to "see" the Panorama, the firewalls that are controlled by Panorama, and the log export from said firewalls is working. However, when trying to&amp;nbsp;process those logs via the "Process Files" button under the M.Learning tab of the device, I get the following output in the&amp;nbsp;&lt;SPAN&gt;/tmp/error_logCoCo file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;root@Expedition:~# cat /tmp/error_logCoCo&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/opt/Spark/spark/bin/spark-submit --class com.paloaltonetworks.tbd.LogCollectorCompacter --deploy-mode client --supervise /var/www/html/OS/spark/packages/LogCoCo-1.2.4-SNAPSHOT.jar MLServer='198.18.2.73', master='local[1]', debug='false', taskID='62', user='admin', dbUser='root', dbPass='paloalto', dbServer='198.18.2.73:3306', timeZone='Europe/Helsinki', mode='Expedition', input='010108000490:8.0.3:/home/expedition/logs/lab-rinetpafw-1_traffic_2018_05_31_last_calendar_day.csv', output='/datastore/connections.parquet', tempFolder='/datastore' ---- CREATING SPARK Session:&lt;BR /&gt; warehouseLocation:/PALogs/spark-warehouse&lt;BR /&gt;SLF4J: Class path contains multiple SLF4J bindings.&lt;BR /&gt;SLF4J: Found binding in [jar:file:/opt/Spark/extraLibraries/slf4j-nop-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: Found binding in [jar:file:/opt/Spark/spark-2.1.1-bin-hadoop2.7/jars/slf4j-log4j12-1.7.16.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.&lt;BR /&gt;SLF4J: Actual binding is of type [org.slf4j.helpers.NOPLoggerFactory]&lt;BR /&gt;+--------------------+------------+--------+--------------------+&lt;BR /&gt;| rowLine| fwSerial|panosver| csvpath|&lt;BR /&gt;+--------------------+------------+--------+--------------------+&lt;BR /&gt;|010108000490:8.0....|010108000490| 8.0.3|/home/expedition/...|&lt;BR /&gt;+--------------------+------------+--------+--------------------+&lt;/P&gt;
&lt;P&gt;8.0.0:/home/expedition/logs/lab-rinetpafw-1_traffic_2018_05_31_last_calendar_day.csv&lt;BR /&gt;LogCollector&amp;amp;Compacter called with the following parameters: &lt;BR /&gt; Parameters for execution&lt;BR /&gt; Master[processes]:............ local[1]&lt;BR /&gt; User:......................... admin&lt;BR /&gt; debug:........................ false&lt;BR /&gt; Parameters for Job Connections&lt;BR /&gt; Task ID:...................... 62&lt;BR /&gt; My IP:........................ 198.18.2.73&lt;BR /&gt; Expedition IP:................ 198.18.2.73:3306&lt;BR /&gt; Time Zone:.................... Europe/Helsinki&lt;BR /&gt; dbUser (dbPassword):.......... root (************)&lt;BR /&gt; projectName:.................. demo&lt;BR /&gt; Parameters for Data Sources&lt;BR /&gt; App Categories (source):........ (Expedition)&lt;BR /&gt; CSV Files Path:.................010108000490:8.0.3:/home/expedition/logs/lab-rinetpafw-1_traffic_2018_05_31_last_calendar_day.csv&lt;BR /&gt; Parquet output path:.......... file:///datastore/connections.parquet&lt;BR /&gt; Temporary folder:............. /datastore&lt;BR /&gt;Exception in thread "main" com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure&lt;/P&gt;
&lt;P&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt; at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:590)&lt;BR /&gt; at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:57)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1606)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:633)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:347)&lt;BR /&gt; at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:219)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anonfun$createConnectionFactory$1.apply(JdbcUtils.scala:59)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anonfun$createConnectionFactory$1.apply(JdbcUtils.scala:50)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.jdbc.JdbcRelationProvider.createRelation(JdbcRelationProvider.scala:59)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.DataSource.write(DataSource.scala:518)&lt;BR /&gt; at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:215)&lt;BR /&gt; at org.apache.spark.sql.DataFrameWriter.jdbc(DataFrameWriter.scala:446)&lt;BR /&gt; at com.paloaltonetworks.tbd.TaskReporter.Print(TaskReporter.scala:72)&lt;BR /&gt; at com.paloaltonetworks.tbd.LogCollectorCompacter$.main(LogCollectorCompacter.scala:385)&lt;BR /&gt; at com.paloaltonetworks.tbd.LogCollectorCompacter.main(LogCollectorCompacter.scala)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:743)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:187)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:212)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:126)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)&lt;BR /&gt;Caused by: com.mysql.cj.core.exceptions.CJCommunicationsException: Communications link failure&lt;/P&gt;
&lt;P&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Constructor.java:423)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createException(ExceptionFactory.java:54)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createException(ExceptionFactory.java:93)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createException(ExceptionFactory.java:133)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:149)&lt;BR /&gt; at com.mysql.cj.mysqla.io.MysqlaSocketConnection.connect(MysqlaSocketConnection.java:83)&lt;BR /&gt; at com.mysql.cj.mysqla.MysqlaSession.connect(MysqlaSession.java:122)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:1726)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1596)&lt;BR /&gt; ... 21 more&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused (Connection refused)&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)&lt;BR /&gt; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;BR /&gt; at java.net.Socket.connect(Socket.java:589)&lt;BR /&gt; at com.mysql.cj.core.io.StandardSocketFactory.connect(StandardSocketFactory.java:202)&lt;BR /&gt; at com.mysql.cj.mysqla.io.MysqlaSocketConnection.connect(MysqlaSocketConnection.java:57)&lt;BR /&gt; ... 24 more&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...connecting to the DB port&amp;nbsp;(3306) is failing, when trying to go to the IP tied to the network interface. I *can* however get a response from the same port on (3306) on the loopback. Assuming that this is the same thing as the "Expedition ML Address", trying to change it is like trying to change your wifes mind about something...I put in "loopback", click save, and it seems to take until you reload the page. Is there a process I can stop, change the address, and restart that will allow the change to actually take effect?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 19:31:51 GMT</pubDate>
    <dc:creator>Tim_Grossner</dc:creator>
    <dc:date>2018-05-31T19:31:51Z</dc:date>
    <item>
      <title>Log Processing / DB connectivity problem</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/log-processing-db-connectivity-problem/m-p/216179#M50</link>
      <description>&lt;P&gt;New issue - Able to "see" the Panorama, the firewalls that are controlled by Panorama, and the log export from said firewalls is working. However, when trying to&amp;nbsp;process those logs via the "Process Files" button under the M.Learning tab of the device, I get the following output in the&amp;nbsp;&lt;SPAN&gt;/tmp/error_logCoCo file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;root@Expedition:~# cat /tmp/error_logCoCo&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/opt/Spark/spark/bin/spark-submit --class com.paloaltonetworks.tbd.LogCollectorCompacter --deploy-mode client --supervise /var/www/html/OS/spark/packages/LogCoCo-1.2.4-SNAPSHOT.jar MLServer='198.18.2.73', master='local[1]', debug='false', taskID='62', user='admin', dbUser='root', dbPass='paloalto', dbServer='198.18.2.73:3306', timeZone='Europe/Helsinki', mode='Expedition', input='010108000490:8.0.3:/home/expedition/logs/lab-rinetpafw-1_traffic_2018_05_31_last_calendar_day.csv', output='/datastore/connections.parquet', tempFolder='/datastore' ---- CREATING SPARK Session:&lt;BR /&gt; warehouseLocation:/PALogs/spark-warehouse&lt;BR /&gt;SLF4J: Class path contains multiple SLF4J bindings.&lt;BR /&gt;SLF4J: Found binding in [jar:file:/opt/Spark/extraLibraries/slf4j-nop-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: Found binding in [jar:file:/opt/Spark/spark-2.1.1-bin-hadoop2.7/jars/slf4j-log4j12-1.7.16.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.&lt;BR /&gt;SLF4J: Actual binding is of type [org.slf4j.helpers.NOPLoggerFactory]&lt;BR /&gt;+--------------------+------------+--------+--------------------+&lt;BR /&gt;| rowLine| fwSerial|panosver| csvpath|&lt;BR /&gt;+--------------------+------------+--------+--------------------+&lt;BR /&gt;|010108000490:8.0....|010108000490| 8.0.3|/home/expedition/...|&lt;BR /&gt;+--------------------+------------+--------+--------------------+&lt;/P&gt;
&lt;P&gt;8.0.0:/home/expedition/logs/lab-rinetpafw-1_traffic_2018_05_31_last_calendar_day.csv&lt;BR /&gt;LogCollector&amp;amp;Compacter called with the following parameters: &lt;BR /&gt; Parameters for execution&lt;BR /&gt; Master[processes]:............ local[1]&lt;BR /&gt; User:......................... admin&lt;BR /&gt; debug:........................ false&lt;BR /&gt; Parameters for Job Connections&lt;BR /&gt; Task ID:...................... 62&lt;BR /&gt; My IP:........................ 198.18.2.73&lt;BR /&gt; Expedition IP:................ 198.18.2.73:3306&lt;BR /&gt; Time Zone:.................... Europe/Helsinki&lt;BR /&gt; dbUser (dbPassword):.......... root (************)&lt;BR /&gt; projectName:.................. demo&lt;BR /&gt; Parameters for Data Sources&lt;BR /&gt; App Categories (source):........ (Expedition)&lt;BR /&gt; CSV Files Path:.................010108000490:8.0.3:/home/expedition/logs/lab-rinetpafw-1_traffic_2018_05_31_last_calendar_day.csv&lt;BR /&gt; Parquet output path:.......... file:///datastore/connections.parquet&lt;BR /&gt; Temporary folder:............. /datastore&lt;BR /&gt;Exception in thread "main" com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure&lt;/P&gt;
&lt;P&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt; at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:590)&lt;BR /&gt; at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:57)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1606)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:633)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:347)&lt;BR /&gt; at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:219)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anonfun$createConnectionFactory$1.apply(JdbcUtils.scala:59)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anonfun$createConnectionFactory$1.apply(JdbcUtils.scala:50)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.jdbc.JdbcRelationProvider.createRelation(JdbcRelationProvider.scala:59)&lt;BR /&gt; at org.apache.spark.sql.execution.datasources.DataSource.write(DataSource.scala:518)&lt;BR /&gt; at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:215)&lt;BR /&gt; at org.apache.spark.sql.DataFrameWriter.jdbc(DataFrameWriter.scala:446)&lt;BR /&gt; at com.paloaltonetworks.tbd.TaskReporter.Print(TaskReporter.scala:72)&lt;BR /&gt; at com.paloaltonetworks.tbd.LogCollectorCompacter$.main(LogCollectorCompacter.scala:385)&lt;BR /&gt; at com.paloaltonetworks.tbd.LogCollectorCompacter.main(LogCollectorCompacter.scala)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:743)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:187)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:212)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:126)&lt;BR /&gt; at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)&lt;BR /&gt;Caused by: com.mysql.cj.core.exceptions.CJCommunicationsException: Communications link failure&lt;/P&gt;
&lt;P&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Constructor.java:423)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createException(ExceptionFactory.java:54)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createException(ExceptionFactory.java:93)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createException(ExceptionFactory.java:133)&lt;BR /&gt; at com.mysql.cj.core.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:149)&lt;BR /&gt; at com.mysql.cj.mysqla.io.MysqlaSocketConnection.connect(MysqlaSocketConnection.java:83)&lt;BR /&gt; at com.mysql.cj.mysqla.MysqlaSession.connect(MysqlaSession.java:122)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:1726)&lt;BR /&gt; at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:1596)&lt;BR /&gt; ... 21 more&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused (Connection refused)&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)&lt;BR /&gt; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;BR /&gt; at java.net.Socket.connect(Socket.java:589)&lt;BR /&gt; at com.mysql.cj.core.io.StandardSocketFactory.connect(StandardSocketFactory.java:202)&lt;BR /&gt; at com.mysql.cj.mysqla.io.MysqlaSocketConnection.connect(MysqlaSocketConnection.java:57)&lt;BR /&gt; ... 24 more&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...connecting to the DB port&amp;nbsp;(3306) is failing, when trying to go to the IP tied to the network interface. I *can* however get a response from the same port on (3306) on the loopback. Assuming that this is the same thing as the "Expedition ML Address", trying to change it is like trying to change your wifes mind about something...I put in "loopback", click save, and it seems to take until you reload the page. Is there a process I can stop, change the address, and restart that will allow the change to actually take effect?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 19:31:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/log-processing-db-connectivity-problem/m-p/216179#M50</guid>
      <dc:creator>Tim_Grossner</dc:creator>
      <dc:date>2018-05-31T19:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Log Processing / DB connectivity problem</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/log-processing-db-connectivity-problem/m-p/216187#M51</link>
      <description>&lt;P&gt;I went and changed the /etc/mysql/my.cnf file to allow the DB to bind to all interfaces, as an interrim fix, and it seems to have worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# Instead of skip-networking the default is now to listen only on&lt;BR /&gt;# localhost which is more compatible and is not less secure.&lt;BR /&gt;bind-address = 0.0.0.0&lt;BR /&gt;#changed from 127.0.0.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am seeing the Process Files complete as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bind fix.PNG" style="width: 670px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/15350iE06B2A5B976C87E0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="bind fix.PNG" alt="bind fix.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 18:33:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/log-processing-db-connectivity-problem/m-p/216187#M51</guid>
      <dc:creator>Tim_Grossner</dc:creator>
      <dc:date>2018-06-01T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Log Processing / DB connectivity problem</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/log-processing-db-connectivity-problem/m-p/216237#M55</link>
      <description>&lt;P&gt;Next release will override the my.cnf file with that change version 1.0.86. And we will suggest for a custom values to create a file and add it to /etc/mysql/conf.d/override.cnf to avoid be overrided with the next upgrade.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 09:50:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/log-processing-db-connectivity-problem/m-p/216237#M55</guid>
      <dc:creator>alestevez</dc:creator>
      <dc:date>2018-06-01T09:50:47Z</dc:date>
    </item>
  </channel>
</rss>

