132
Views
7
Comments
Solved
Monitoring/Web requests in system table?
Question

Hi everyone,

 I am looking for where the data that populates the service center Monitoring/Web requests sits.

 I imagine that it is in a systems table but I still have not found it!

 Could someone help?


Thanks in advanced!

2019-09-30 07-35-56
Aurelio Junior
Solution

Hi Guilherme,

I think the table you're looking for is OSLOG_SCREEN.

Edit: That's actually not a table but a view pointing to the current log table in the cycle, as described here.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Guilherme,

Checkout the PlatformLogs extension from OutSystems:

Regards,

Daniel

2019-09-30 07-35-56
Aurelio Junior
Solution

Hi Guilherme,

I think the table you're looking for is OSLOG_SCREEN.

Edit: That's actually not a table but a view pointing to the current log table in the cycle, as described here.

2024-05-03 14-03-28
Sudip Dey

Hi Guilherme,

the Table is responsible for it is log_RequestEvent.

It is situated at PlatformLogs extension as Daniel given the screens.

Please check and let me know.

Thank you,

Sudip

2018-05-30 11-58-33
Guilherme Menescal Dantas

Hi,

 I maybe was not very precise with my question, I meant, where is the table that holds the data seen in Environment/ServiceCenter/Screen_Logs.aspx ?  Now that I look at it, it seems that Log_requestevent has some data that might be used in this screen, but not all!

2021-07-14 09-27-33
Luís Cardoso

Hello Guilherme,


You can see that on Log_Screen entity (from  PlatformLogs  extension) and filter by Screen_Type = WEB



Can you try this and see if it works for you?


BR,

Luis

2019-09-30 07-35-56
Aurelio Junior

Guilherme,

I stand by my answer. The data you're looking for is in the OSLOG_SCREEN view:


2018-05-30 11-58-33
Guilherme Menescal Dantas

Hi,


 Got it, thanks Aurelio for you help!


Greetings,

Guilherme Menescal Dantas

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.