Skip to main content
sarathd24
New Member
November 1, 2016
Solved

Log Does not have more than 10,000 entries.

  • November 1, 2016
  • 1 reply
  • 5378 views

I am working with a new client who's user community is big. When I am try to generate log for 1 day the log report has only 10,000 entries in it. But it would definitely have more than that. Is there any way to increase it ?. It would be great if someone could help me on that. 

Best answer by hzhao_FTNT

Yes,  we have CLI to set max-table-rows, the range is 10,000-100,000, but I would recommend to set this value less than 50,000.

 

config system report setting

set max-table-rows 50000

end

1 reply

hzhao_FTNT
Staff
Staff
November 1, 2016

Yes,  we have CLI to set max-table-rows, the range is 10,000-100,000, but I would recommend to set this value less than 50,000.

 

config system report setting

set max-table-rows 50000

end

AtiT
New Member
November 1, 2016

I am just wondering whether we can call the results you want (more than 10000 rows for one table) a report. The report should give you a quick overview what is happening on the network.

 

10000 rows / 50 rows per page = 200 pages

Who will read that?

 

In this case what you need - the logs.

Probably it would better to log to some syslog (maybe Graylog) and export the logs you need.

Just an idea.