I want to know what my users search for. Is there a way?
Queries searched by your instance are logged anonymously in DATA/LOG/queries.log with timestamps. Currently, there is a certain delay after which entry appears in the queries.log.
https://eldar.cz/yacydoc/operation/logging.html
some examples of grepping:
https://community.searchlab.eu/t/real-yacy-faq-frequently-asked-queries/1756
1 Like
That was a good guide and from that I learned how to watch real-time which websites are being indexed through a shell login and the command:
tail -F /root/yacy/DATA/LOG/yacy00.log | grep Indexed
Using okybaca’s guide, I was able to monitor the search keywords with this shell command:
tail -F /root/yacy/DATA/LOG/queries.log