Issue #7687 has been updated by John Warburton.

Actually, that's not really right, as I still get all the resources for a host 
- even if only a few resources on a host are out of sync. 

    % egrep -v 'unchanged,.*,0,0,.*,.*,.*,.*,.*,.*,.*,0,0,false,false' 
nodes.csv | wc -l
        20929
    
If I just ignore 0/false in the last 4 columns, I get what I am looking for

    % wc -l nodes.csv
       21587 nodes.csv
    % egrep -v ',0,0,false,false$' nodes.csv | wc -l
       3015
    
3K rows is much more manageable than 22K rows

----------------------------------------
Feature #7687: Limit CSV export somehow to make it more consumable
https://projects.puppetlabs.com/issues/7687

Author: Randall Hansen
Status: Needs More Information
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: 
Branch: 
Affected URL: 
Affected Dashboard version: 


John says:

    The ability to limit the export data is going to be required as with 76
    nodes in lab, we get ~22K lines (attached) - rapidly approaching Excel's
    (< Excel 2010) 65,536 row limit. With 5K nodes all with at least 600
    resources, we'd be 3 times over Excel 2010's million row limit.

We need to think about how this should work.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to