Microsoft Yammer
Microsoft Yammer is an enterprise collaboration tool for messaging, meetings and file
sharing. If you are a Microsoft Yammer user, you can use Amazon Kendra to index your
Microsoft Yammer data source.
You can connect Amazon Kendra to your Microsoft Yammer data source using the Amazon Kendra console and the TemplateConfiguration API.
For troubleshooting your Amazon Kendra Microsoft Yammer data source connector, see Troubleshooting data sources.
Supported features
Prerequisites
Before you can use Amazon Kendra to index your Microsoft Yammer data source,
make these changes in your Microsoft Yammer and AWS accounts.
In Microsoft Yammer, make sure you have:
-
Created a Microsoft Yammer administrative account.
-
Noted your Microsoft Yammer user name and password.
-
Created an OAuth application in the Azure portal and noted the client ID and
client secret or client credentials. See Microsoft tutorial for more information.
-
Checked each document is unique in Microsoft Yammer and across other
data sources you plan to use for the same index. Each data source that you
want to use for an index must not contain the same document across the data
sources. Document IDs are global to an index and must be unique per index.
In your AWS account, make sure you
have:
-
Created
an Amazon Kendra index and, if using the API, noted the index
ID.
-
Created an IAM role for your data source and, if
using the API, noted the ARN of the IAM role.
If you change your authentication type and credentials, you must
update your IAM role to access the correct AWS Secrets Manager secret ID.
-
Stored your Microsoft Yammer authentication credentials in an
AWS Secrets Manager secret and, if using the API, noted the ARN of the
secret.
We recommend that you regularly refresh or rotate your credentials
and secret. Provide only the necessary access level for your own security.
We do not recommend that you re-use
credentials and secrets across data sources, and connector versions 1.0 and
2.0 (where applicable).
If you don’t have an existing IAM role or secret, you can use the
console to create a new IAM role and Secrets Manager secret when you
connect your Microsoft Yammer data source to Amazon Kendra. If you are using the
API, you must provide the ARN of an existing IAM role and Secrets Manager secret, and an index ID.
Connection instructions
To connect Amazon Kendra to your Microsoft Yammer data source, you must provide
the necessary details of your Microsoft Yammer data source so that Amazon Kendra can access
your data. If you have not yet configured Microsoft Yammer for Amazon Kendra,
see Prerequisites.
- Console
-
To connect Amazon Kendra to
Microsoft Yammer
-
Sign in to the AWS Management Console and open the Amazon Kendra console.
-
From the left navigation pane, choose Indexes and then choose the index you want to use from the list of indexes.
You can choose to configure or edit your User access control settings under Index settings.
-
On the Getting started page, choose Add data source.
-
On the Add data source page, choose Microsoft Yammer connector, and then choose Add data source.
-
On the Specify data source details page, enter the following information:
-
In Name and description, for Data source name—Enter a name for your data source. You can include hyphens but not spaces.
-
(Optional) Description—Enter an optional description for your data source.
-
In Language, for Default language—A language to filter your documents for the index. Unless you specify otherwise,
the language defaults to English. Language specified in the document metadata overrides the selected language.
-
In Tags, for Add new tag—Tags to search and filter your resources or track your AWS costs.
-
Choose Next.
-
On the Define access and security page,
enter the following information:
-
Source—Use your
Microsoft Yammer URL.
-
AWS
Secrets Manager secret—Choose an existing secret or create a new
Secrets Manager secret to store your Microsoft Yammer authentication
credentials. If you choose to create a new secret an AWS Secrets Manager
secret window opens.
-
Enter following information in the
Create an AWS Secrets Manager
secret window:
-
Secret name—A
name for your secret. The prefix
‘AmazonKendra-Microsoft Yammer-’ is
automatically added to your secret name.
-
For Username,
Password—Enter
your Microsoft Yammer user name and password.
-
For Client ID,
Client secret—Enter
the authentication credential values you generated
from your Microsoft Yammer account in the Azure portal.
-
Choose Save.
-
Virtual Private Cloud (VPC)—You can choose to use a VPC. If
so, you must add Subnets and VPC security groups.
Identity crawler—Choose to
crawl identity information on users and groups with
access to certain documents and store this in
Amazon Kendra's principal/identity store. This is
useful for user context filtering, where search results
are filtered based on the user or their group access to
documents.
-
IAM role—Choose an existing IAM
role or create a new IAM role to access your repository credentials and index content.
IAM roles used for indexes cannot be used for data sources. If you are unsure
if an existing role is used for an index or FAQ, choose Create a new role to avoid
errors.
-
Choose Next.
-
On the Configure sync settings page,
enter the following information:
-
Since date—Specify the date
to begin crawling your data in Microsoft Yammer.
-
Sync contents—Select type of
content you want to index. For example, public message,
private messages, and attachments.
-
Additional
configuration—You can optionally use
these options to index certain content instead of
syncing all the documents. For example, you can index
specific community names and use regular expression
patterns to include or exclude certain files.
-
Sync mode—You can choose
how you want to update your index when your data source
content changes.
-
If you choose full sync, Amazon Kendra
will sync all contents in all entities, regardless
of the previous sync status.
-
If you choose new or modified content sync,
Amazon Kendra will only sync new or modified
content.
-
If you choose new, modified or deleted content
sync, Amazon Kendra will only sync new,
modified or deleted content.
-
On the Set field mappings page, enter the
following information:
-
Default data source
fields—Select from the Amazon Kendra generated default data source fields you
want to map to your index.
-
Add field—To add custom data
source fields to create an index field name to map to
and the field data type.
-
Choose Next.
-
On the Review and create page, check that
the information you have entered is correct and then select
Add data source. You can also choose to edit your information from this page.
Your data source will appear on the Data sources page after the data source has been
added successfully.
- API
-
To connect Amazon Kendra to
Microsoft Yammer
You must specify a JSON of the data source schema
using the TemplateConfiguration API. You must provide the following
information:
-
Data source—You must
specify the data source as YAMMER
.
-
Type—Specify
TEMPLATE
as the Type when you call CreateDataSource
.
-
Secret Amazon Resource Name
(ARN)—Provide the Amazon Resource
Name (ARN) of a Secrets Manager secret that contains the
authentication credentials for your Microsoft Yammer account.
The secret is stored in a JSON structure with the following keys:
{
"username": "user name
",
"password": "password
",
"clientId": "client ID
",
"clientSecret": "client secret
"
}
We recommend that you regularly refresh or rotate your credentials
and secret. Provide only the necessary access level for your own security.
We do not recommend that you re-use
credentials and secrets across data sources, and connector versions 1.0 and
2.0 (where applicable).
-
IAM role—Specify RoleArn
when you call CreateDataSource
to provide an IAM role with permissions to access
your Secrets Manager secret and to call the required public
APIs for the Microsoft Yammer connector and Amazon Kendra.
For more information, see IAM roles for Microsoft Yammer
data sources.
You can also add the following optional features:
-
Virtual Private Cloud
(VPC)—Specify
VpcConfiguration
when you call CreateDataSource
.
For more information, see Configuring Amazon Kendra to use an Amazon VPC.
-
Identity
crawler—Specify whether to activate Amazon Kendra identity crawler. If identity crawler is
deactivated, you must upload the identity/principal information
using the PutPrincipalMapping API.
Crawling identity information on users and groups with access to
certain documents is useful for user context filtering. Search
results are filtered based on the user or their group access to
documents. For more information, see User context filtering.
-
Inclusion and exclusion
filters—Specify whether to include or
exclude certain content.
Most data sources use regular expression patterns,
which are inclusion or exclusion patterns referred to as filters.
If you specify an inclusion filter, only content that
matches the inclusion filter is indexed. Any document that
doesn’t match the inclusion filter isn’t indexed. If you
specify an inclusion and exclusion filter, documents that
match the exclusion filter are not indexed, even if they
match the inclusion filter.
-
Field mappings—Choose to map your Microsoft Yammer
data source fields to your
Amazon Kendra index fields. For more information, see
Mapping data
source fields.
Learn more
To learn more about integrating Amazon Kendra with your Microsoft Yammer data
source, see: