Skip to main content
1-Visitor
May 22, 2017
Question

How to log specific user activity

  • May 22, 2017
  • 3 replies
  • 3241 views

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

22-Sapphire I
May 22, 2017

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

aelgov1-VisitorAuthor
1-Visitor
May 23, 2017

Hi Pai,

Thanks for the information but you are not answering my question