How to search a particular user web activity from Domino Web Server Log Database (domlog.nsf)?

I need to find a user activity from the Domino web server log database (domlog.nsf) for an issue. When I try to search using the user's full name, I do not find any results.

Please suggest how I will search in domlog.nsf to get that user's web activity details (User Address, Server Address, etc.).

Thank you in advance.

Choose a view with the columns you need, copy it in Domino Designer and edit the view's selection formula, adding a term to restrict the data to show only this user's log documents.

Hello
Did you check them at "Authenticated Request" view?
I think that would fulfill the request.

You will see the authenticated users at the view as follows.

Hello.

You can find user name in "Remote User" column.

And you can find URL in "URI" column.

The user's IP address is not shown in the view, but is stored in the document.
Therefore, the IP address can be displayed by customizing the view.

Regards,

Shigemitsu

Thank you all for your feedback.

Here, I am observing a list of all authenticated requests for all users. If I want to find a particular user's request what should I put in the search field?

I tried using user names like username/domain (Titas/ACB), and I did not find any results. But I find the match in the list view.

Expecting your suggestions.

Thank you all in advance.

Hello

Firstly, you should create a full text index at the database.

If you have not yet created an index, press Create Index to create one.

And you opens one of the requests, and check "Authenticated User".

Enter the name with double-quoted in search field and click search button.

Regards,

Shigemitsu Tanaka

Dear Shigemitsu Tanaka,

Thank you for the solution. Now I am able to search particular user activity.

Hello, @Account Operator
Why don't you remove the organization name(/ACB) and search only by the common name?(e.g. username (Titas))?

Hello Toshimasa Hirano,
I have searched both ways but got the same result.
Any other suggestions?

Hello Shigemitsu Tanaka,

Thanks for your reply.

I have uploaded 2 snapshots of domlog.nsf database for confirmation of full-text indexing.

Kindly check and confirm whether an index is already created or not.

I searched using your above instructions without knowing whether the indexing is created on the database domlog.nsf and I found 0 results.

If indexing is necessary to create then provide me some information about how it will affect the server performance.

Without creating a full-text index, will it not be possible to achieve my desired result?

After creating an index, any further thing needs to do for the change to take effect.

Expecting your response regarding this.

Thank you in advance.

Hello

Sorry for the late reply.
Simple search is possible without a full-text index.
However, it is better to create a full-text index to speed up the search and make it more efficient.
There is no disadvantage to creating a full-text index.

It requires a little disk space for storing the full-text index.
There are no other disadvantages to creating a full-text index.

However, I think that even if you do not create a full-text index, you will still get hits for your searches. I don't know why it would not hit the search at all.
I suggest you ask for a support ticket to investigate.

Regards,

Shigemitsu Tanaka.

Thank you all for your feedback.

I have found the way.