ABP uses ElasticSearch, Kibana and Docker to collect logs
ABP usage ElasticSearch,Kibana,Docker Log collection
In the follow-up, we will sort out and share the technology according to the technology used by the company. It's all dry goods. Don't forget to pay attention to me!!!
Recently, the leader wants me to collect the project Logs in a unified way, because the log data in the Logs folder is use ...
Added by frost110 on Mon, 07 Mar 2022 04:17:55 +0200
ABP VNext learning diary 28
1.IDS4 discovery document Resolution: http://localhost:5000/.well-known/openid-configuration
2. Call IDS4 API Resolution:
var client = new HttpClient();
client.SetBearerToken(tokenResponse.AccessToken);
var response = await client.GetAsync("http://localhost:5001/identity");
if (!response.IsSuccessStatusCode)
{
Console.WriteLine(response. ...
Added by wmbetts on Mon, 14 Feb 2022 12:51:40 +0200