Hi All,
Is there any way to know how many users have logged into APPIAN in a point in time from the Appian cloud database(MariaDB).
Regards,
Arun Kondi
Discussion posts and replies are publicly visible
The DB does not know anything about what is going on in Appian.
But, what issue to you want to resolve? What is the use case?
Hi Stefan,
You could look at the login audit file and report on it. I don't believe that this kind of data is stored in the cloud db.
To view the login-audit file, access the navigation menu in Appian and select System Logs.
Arun Kondi said:Is there any way to know how many users have logged into APPIAN in a point in time from the Appian cloud database
This is the same question you asked originally, and Stefan already answered it with an answer of "no".
Is it possible to read the login-Audit.CSV form Appian application?Is there any inbuilt function in Appian to read that file?
You will want the Log Reader plug-in. It's tricky to use (and a bit buggy unfortunately), but will work better than nothing.
You may want to consider using the sessionCount column from the system.csv in data-metrics.csv as well.
can you please proved me any sample code or link for the documentation for this plug-in?