cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to log specific user activity

aelgov
1-Newbie

How to log specific user activity

Hi,

1. I wondered how can I log specific user name activity - save in known stream, lets assume the activity is logged in the Application log.

2. I created new appKey and assigned specific user to it, this appKey is used for executing rest call, I can see the request in the application log, for example:

Executing request [URI: /Thingworx/Things/myThing/Properties/Property1]

I want to save this row in a specific know stream, how is it possible?

Thanks

3 REPLIES 3
PaiChung
22-Sapphire I
(To:aelgov)

In the security log if you set the level low enough, you can see all requests by any users.

it is a bit dangerous because it can overload your logs and then the system potentially.

You could also add some services on each mashup and on each executed service that write to a stream

Hi Pai,

Thanks for the information but you are not answering my question

What are the different activities logged for user and for each user what are the details(like username, IP address,CRUD operations on entities,services used etc..)

Top Tags