I want to know if there is a way to store more than 100,000 sign in logs in a single file.

Fatima, Danish 0 Reputation points
2024-01-25T07:47:29.48+00:00

I want to consolidate a large number (>100,000) of sign in logs in a single file, how can I do it. Is it possible?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,478 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,155 Reputation points MVP
    2024-01-25T12:01:12.9966667+00:00

    the following document is good as a starting point on how to manage your logs

    https://www.strongdm.com/blog/log-management-best-practices

    then as a strategy

    if you want to go with a file you can choose JSON as a destination point since it is far more easy to parse and manage that kind of file

    then

    Use Azure Log Analytics, a part of Azure Monitor, to aggregate logs from different sources.

    Create a Log Analytics workspace if you don’t already have one, and configure it to collect the necessary logs.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.