Hi,
Following is my platform,
OS - CentOS 7.4
ES - 6.2
LS - 6.2
Kibana - 6.2
Filebeat - 6.2
Following is my postgresql module configuration file,
> - module: postgresql
> # All logs
> log:
> enabled: true
>
> # Set custom paths for the log files. If left empty,
> # Filebeat will choose the paths depending on your OS.
> var.paths: ["/opt/postgresql/data/logs/pg95/.log"]
I am not able to view the postgres dashboard view from kibana,
The psql version I am using is postgresql 9.5 by OpenSCG (BigSQL).
Are you sure your path configuration is correct? Isn't it supposed to be var.paths: ["/opt/postgresql/data/logs/pg95/*.log"] instead of var.paths: ["/opt/postgresql/data/logs/pg95/.log"]?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.