Hi have setup the Postgres module and it seems to be working correctly with one exception.
postgresql.activity.query:
Can you tell me what privilege I need to set on this user to fix this?
Hi have setup the Postgres module and it seems to be working correctly with one exception.
postgresql.activity.query:
Can you tell me what privilege I need to set on this user to fix this?
Hi @joshsmoore,
I think the user needs select on pg_stat_activity
to get its own activity, but it needs superuser privileges to get the activity of all connections.
In any case, could you share the complete error message you are receiving if possible?
Sorry to piggyback on this thread (it seems somewhat related) but is there a set of minimum privileges that are needed for the Postgres module? I don't think the security team would like using the root user
If there is a set, could it be added to the documentation? Happy to raise in GitHub if needed,
@StephenGoodall Yes, please open a Github issue as I agree would be great to have it in the docs (even if it is root).
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.