Azure-docs: How to just get raw data?

Created on 1 May 2019  Â·  5Comments  Â·  Source: MicrosoftDocs/azure-docs

All this stuff with fancy queries.. is there a way to just get the raw log data, spat out into text? As in, get the exact same output I would get it if I just ran 'cat' on the stdout of the service itself. This is a very basic use case yet I can't find any way to do this with Azure.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author log-analyticsvc product-question triaged

Most helpful comment

@sshorkey The only way to retrieve data from Logs is from a log query, but a log query can be as simple as a single table like Event. Export results to CSV or Excel. I'm not sure what the use case would be dump the entire set of collected logs.

Use case would be for simplicity's sake... having to type a query and export to Excel and open Excel is a lot of steps compared to the "old fashioned" way of getting logs--just running "cat" on a terminal. I get that this is not supported, but it would be something I think you guys should look at. At the moment the current logging solution is overcomplicating.

All 5 comments

@sshorkey Thanks for the Comment. We are actively investigating and will get back to you soon.

@bwren, is there a standard query for the above? Couldn't find any query samples to share.

@sshorkey The only way to retrieve data from Logs is from a log query, but a log query can be as simple as a single table like Event. Export results to CSV or Excel. I'm not sure what the use case would be dump the entire set of collected logs.

thanks for the update @bwren.
@sshorkey hope this answers your question. we will now close this issue but don't hesitate to reply if needed.

@sshorkey The only way to retrieve data from Logs is from a log query, but a log query can be as simple as a single table like Event. Export results to CSV or Excel. I'm not sure what the use case would be dump the entire set of collected logs.

Use case would be for simplicity's sake... having to type a query and export to Excel and open Excel is a lot of steps compared to the "old fashioned" way of getting logs--just running "cat" on a terminal. I get that this is not supported, but it would be something I think you guys should look at. At the moment the current logging solution is overcomplicating.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AronT-TLV picture AronT-TLV  Â·  3Comments

spottedmahn picture spottedmahn  Â·  3Comments

bityob picture bityob  Â·  3Comments

monteledwards picture monteledwards  Â·  3Comments

mrdfuse picture mrdfuse  Â·  3Comments