Try:
distFunckappa = ((v^2/(k - 3/2) + 1)^-k Gamma[k + 1] v^2)/(k Sqrt[(k - 3/2) \[Pi]] Gamma[k - 0.5])
k = 2;
ListLogLogPlot[Table[{v, distFunckappa}, {v, 0.1, 10, 1/10}],
PlotStyle -> Directive[Blue, Thick],
AxesStyle -> Directive[Black, Bold, FontSize -> 14],
TicksStyle -> Directive[Black, Bold], AxesLabel -> {"v", "DNF"}, Joined -> True]