Searching for logs
In this example scenario, your organization's robot operators and technicians have noticed an increase in optical encoder failures over time in the fleet and asked for help with investigating the root cause. They opened a ticket providing details on the robot requiring replacement.
Robot ID: ROBO3396
Date of failure: 09/03/2024
Date of replacement: 09/04/2024
You would like to analyze data from the last run of the robot before the failure.
To search for logs from that specific robot, begin by searching by Robot ID.
- Navigate to the Search page by clicking on
Search
in the left navigation menu.
- Click on the
Comparative search
tab.
-
In the
Conditions
section, click on theSelect rule
dropdown and selectRobot ID
. -
Select the
Equal to
condition and type or pasteROBO3396
into the filter value field. -
To narrow down the search to the date of failure, add a date rule. Click
+ Add rule
.
-
Click on the
Select Rule
dropdown and selectStart time
. -
Select the
Greater than
condition and select09/03/2024
in the date picker. It will default to09/03/2024 12:00:00 AM
. -
Click on the
Search
button. In the results pane below, you will see all of the logs generated by robotROBO3396
on09/03/2024
or later. You should see three logs.
NOTE: The
ROBOLOG ID
s you see will be different from the screenshots provided, as they are unique for your demo organization. However, the robolog names will be the same.
- Click on the log name
/generated_20240903_190944.bag
. This will take you to the Metadata Details page for that log.
- On the Metadata Details page, you can see the metadata attributes for the log, including the Model-Prime
Robolog ID
,Robolog URI
,Duration
, and channel information. You can also see the status of Model-Prime processes such as Metadata Ingestion, which populates the metadata attributes, and Introspective Ingestion, which prepares log message data for analysis.
Now that you know what log you want to analyze, you can use the Robolog ID
and a SageMaker Notebook to perform the analysis. Copy the Robolog ID
so you can refer to it later in this tutorial.