Not able to fetch Confluence documents for Bedrock Knowledge Bases

0

I have been trying to get Bedrock Knowledge Bases to fetch documents that contain "log" or "logging" from a Confluence space called "Observability" (or "OSRE" in the URL path) using different variations of the following regular expressions:

  • Space: /(Observability|OSRE)/i
  • Pages: /(log)/i

Enter image description here

Enter image description here

This doesn't get any result for all of the variations I tested and I cannot see why nothing matches.

The fetching works well though when none of these filters is applied, so the problem is not in connecting/accessing Confluence.

Am I missing anything?

1 回答
0

Hi,

Agreed on the fact that your connection seems ok.

But, did you activate the Bedrock ingestion logs to see if the documents you want to load are problematic (parsing, etc.) at ingestion time?

See https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-bases-logging.html

Best,

Didier

profile pictureAWS
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前
  • Thanks for you answer @dider, I have application logs enabled and can see logs related to the following job types:

    • INGESTION_JOB_STARTED
    • CRAWLING_COMPLETED
    • COMPLETE

    But none of them has any data (shows 0 documents ingested).

    Any idea what could be missing?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容