The only thing I can think of is maybe these requests are using cached copies of the URL in the referrer and for some reason /libs/granite/csrf/token.json file is being re-requested frequently.Or, pages in the referrer are sitting open in the user's browser and /libs/granite/csrf/token.json file is ...
Is there any legitimate reason a single IP would make hundreds of requests only for /libs/granite/csrf/token.json?I notice the IP has valid URLs as the referrer but hasn't made any requests for anything other than: /libs/granite/csrf/token.json. www-access_log:10.xxx.xx.xx x.x.x.x:56601 - - [04/Nov...
I believe our issue was resolved by restarting the machine; perhaps restart all machines involved in case there are any locked connections between them? Good luck!
Hi @kautuk_sahni, I have replied to @aanchal-sikka.It would be great if there were encouragement/requirement for answers to be:- explained- provide working example- demonstrate example working (i.e. show the result against sample data using explained and working example)e.g. like stackoverflow, etc.
Hi @aanchal-sikka Thanks for the reply. Can you explain how this works? I mentioned the term "facet" as an example but don't really know if I need them for my desired result set. Can you explain what a facet is and how your example query and java code work? How would I use the example query and code...
Hi @santhosh_kumark I want to search the sub string "tion" and find matches that contain it.I want to print the page path and the matched string(s).For example, searching for "tion" - I want to find any string that contains "tion" and the page on which it occurs. I want to print the string match an...
Hi @santhosh_kumark, Thanks for the reply. I have seen the helpful page you linked to. Is the snippet you posted something that will print the string match(es) and the page path they occur in?Is there a word for what I want, like "facet" or something like that? Perhaps I can search better (or ask a ...
I can find pages that contain a string pattern: type=cq:Page
fulltext=*tion
group.1_path=/content/site/en
orderby.sort=desc
p.limit=10This seems to print the pages that have the pattern *tion within: {
"path": "/content/site/foo",
"excerpt": "some text here",
"name": "page name"...
Hi @Shashi_Mulugu ,Tar compaction and index rebuild also did not resolve our issue. Though the issue did go away for a few hours after stopping AEM, rm-all checkpoints, compacting, starting AEM, letting the index rebuild completely, and finally, after restarting the corresponding web server to allow...
FYI, I'm seeing this issue in AEM 6.5.13. I'm also seeing heavier load and slow replication queue processing accompanying this. The JVM argument:-Doak.segmentNodeStore.commitFairLock=true doesn't seem to resolve it. I'm planning to compact the repository and rebuild indexes.